morpheus-graphql-0.8.0: test/Feature/Holistic/failure/resolveFailure/response.json
{
"errors": [
{
"message": "Failure on Resolving Field \"fail1\": fail with Either",
"locations": [{ "line": 2, "column": 3 }]
},
{
"message": "Failure on Resolving Field \"fail2\": fail with failRes",
"locations": [{ "line": 3, "column": 3 }]
}
]
}