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