packages feed

morpheus-graphql-0.18.0: test/Feature/Holistic/holistic/selection/mergeConflict/alias/response.json

{
  "errors": [
    {
      "message": "Fields \"user\" conflict because subfields \"address\" conflict because \"city\" and \"houseNumber\" are different fields. Use different aliases on the fields to fetch both if this was intentional.",
      "locations": [
        {
          "line": 2,
          "column": 3
        },
        {
          "line": 6,
          "column": 5
        },
        {
          "line": 8,
          "column": 7
        },
        {
          "line": 13,
          "column": 7
        }
      ]
    }
  ]
}