morpheus-graphql-0.1.0: test/Feature/Holistic/selection/unknownField/response.json
{
"errors": [
{
"message": "Cannot query field \"bla\" on type \"User\".",
"locations": [
{
"line": 3,
"column": 5
}
]
}
]
}