packages feed

morpheus-graphql-0.12.0: test/Feature/Holistic/selection/mergeConflict/arguments/response.json

{
  "errors": [
    {
      "message": "Fields \"user\" conflict because subfields \"address\" conflict because they have differing arguments. Use different aliases on the fields to fetch both if this was intentional.",
      "locations": [
        {
          "line": 2,
          "column": 3
        },
        {
          "line": 6,
          "column": 5
        },
        {
          "line": 6,
          "column": 5
        },
        {
          "line": 12,
          "column": 5
        }
      ]
    }
  ]
}