morpheus-graphql-0.11.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": 8
},
{
"line": 6,
"column": 55
},
{
"line": 6,
"column": 55
},
{
"line": 12,
"column": 55
}
]
}
]
}