morpheus-graphql-app-0.17.0: test/api/validation/fragment/on-interface-fail-without-casting/response.json
{
"errors": [
{
"message": "Cannot query field \"power\" on type \"Character\".",
"locations": [
{
"line": 4,
"column": 5
}
]
},
{
"message": "Cannot query field \"nickname\" on type \"Character\".",
"locations": [
{
"line": 5,
"column": 5
}
]
}
]
}