morpheus-graphql-core-0.12.0: test/schema/validation/interface/fail/response.json
{
"errors": [
{
"message": "type \"Deity\" implements Interface \"Character\" Partially, on key \"name\" expected type \"String\" found \"Int\".",
"locations": []
},
{
"message": "type \"Deity\" implements Interface \"Supernatural\" Partially, on key \"power\" expected type \"[String!]!\" found \"[String!]\".",
"locations": []
},
{
"message": "type \"Hero\" implements Interface \"Character\" Partially, key \"name\" not found .",
"locations": []
}
]
}