morpheus-graphql-core-0.13.0: test/schema/validation/interface/field-args/fail/response.json
{
"errors": [
{
"message": "Interface field argument Character.name(id:) expected but Deity.name does not provide it.",
"locations": []
},
{
"message": "Interface field argument Supernatural.power(id:) expects type\"ID!\" but Deity.power(id:) is type \"String!\".",
"locations": []
},
{
"message": "Interface field argument Supernatural.power(id:) expects type\"ID!\" but Hero.power(id:) is type \"ID\".",
"locations": []
}
]
}