packages feed

morpheus-graphql-0.15.0: test/Feature/Holistic/selection/mergeConflict/union/response.json

{
  "errors": [
    {
      "message": "Fields \"testUnion\" conflict because \"name\" and \"email\" are different fields. Use different aliases on the fields to fetch both if this was intentional.",
      "locations": [
        { "line": 2, "column": 3 },
        { "line": 4, "column": 7 },
        { "line": 14, "column": 7 }
      ]
    },
    {
      "message": "Fields \"testUnion\" conflict because subfields \"address\" conflict because \"houseNumber\" and \"city\" are different fields. Use different aliases on the fields to fetch both if this was intentional.",
      "locations": [
        { "line": 2, "column": 3 },
        { "line": 6, "column": 7 },
        { "line": 7, "column": 9 },
        { "line": 16, "column": 9 }
      ]
    }
  ]
}