morpheus-graphql-0.11.0: test/Feature/Holistic/arguments/undefinedArgument/response.json
{
"errors": [
{
"message": "Field \"address\" argument \"coordinates\" is required but not provided.",
"locations": [
{
"line": 3,
"column": 13
}
]
}
]
}