packages feed

morpheus-graphql-core-0.18.0: test/schema/validation/interface/field-args/fail/response.json

[
  {
    "message": "Interface field Supernatural.power expects type \"[String!]!\" but Hero.power is type \"String!\"."
  },
  {
    "message": "Interface field argument Character.name(id:) expected but Deity.name does not provide it."
  },
  {
    "message": "Interface field argument Supernatural.power(id:) expects type \"ID!\" but Deity.power(id:) is type \"String!\"."
  },
  {
    "message": "Interface field argument Supernatural.power(id:) expects type \"ID!\" but Hero.power(id:) is type \"ID\"."
  }
]