morpheus-graphql-core-0.18.0: test/schema/validation/directive/fail/at-invalid-place/response.json
[
{
"message": "Directive \"DirectiveA\" may not to be used on SCALAR",
"locations": [{ "line": 9, "column": 17 }]
},
{
"message": "Directive \"DirectiveB\" may not to be used on ENUM",
"locations": [{ "line": 11, "column": 15 }]
},
{
"message": "Directive \"DirectiveC\" may not to be used on ENUM_VALUE",
"locations": [{ "line": 12, "column": 9 }]
},
{
"message": "Directive \"deprecated\" may not to be used on INPUT_OBJECT",
"locations": [{ "line": 16, "column": 14 }]
},
{
"message": "Directive \"include\" may not to be used on INPUT_FIELD_DEFINITION",
"locations": [{ "line": 17, "column": 14 }]
},
{
"message": "Directive \"deprecated\" may not to be used on OBJECT",
"locations": [{ "line": 21, "column": 12 }]
},
{
"message": "Directive \"DirectiveD\" may not to be used on ARGUMENT_DEFINITION",
"locations": [{ "line": 22, "column": 17 }]
},
{
"message": "Directive \"include\" may not to be used on FIELD_DEFINITION",
"locations": [{ "line": 22, "column": 35 }]
}
]