morpheus-graphql-0.12.0: test/Feature/Holistic/parsing/directive/operation/response.json
{
"errors": [
{
"message": "Unknown Directive \"someDirective\".",
"locations": [{ "line": 1, "column": 11 }]
},
{
"message": "Unknown Directive \"test2\".",
"locations": [{ "line": 1, "column": 44 }]
}
]
}