morpheus-graphql-0.11.0: test/Feature/Holistic/arguments/unknownArguments/response.json
{
"errors": [
{
"message": "Unknown Argument \"name\" on Field \"user\".",
"locations": [
{
"line": 2,
"column": 9
}
]
},
{
"message": "Unknown Argument \"parent\" on Field \"user\".",
"locations": [
{
"line": 2,
"column": 20
}
]
}
]
}