morpheus-graphql-0.12.0: test/Feature/Holistic/parsing/directive/selection/response.json
{
"errors": [
{
"message": "Directive \"deprecated\" may not to be used on FIELD",
"locations": [{ "line": 3, "column": 27 }]
},
{
"message": "Unknown Directive \"do\".",
"locations": [{ "line": 3, "column": 39 }]
},
{
"message": "Unknown Directive \"someDir\".",
"locations": [{ "line": 4, "column": 11 }]
}
]
}