morpheus-graphql-0.1.0: test/Feature/Holistic/selection/nameConflict/response.json
{
"errors": [
{
"message": "duplicate selection of key \"name\" on type \"User\".",
"locations": [
{
"line": 4,
"column": 5
}
]
},
{
"message": "duplicate selection of key \"name\" on type \"User\".",
"locations": [
{
"line": 5,
"column": 5
}
]
}
]
}