morpheus-graphql-client-0.18.0: test/Case/JSON/Custom/Errors/response.json
{
"data": {
"queryTypeName": "TestQuery"
},
"errors": [
{
"locations": [
{
"line": 3,
"column": 7
}
],
"path": [
"queryTypeName"
],
"message": "Failure"
}
]
}