graphql-api icon indicating copy to clipboard operation
graphql-api copied to clipboard

Example for field with interface type

Open eugenk opened this issue 8 years ago • 0 comments

There is no example for a field with an interface type, like

type Human implements Sentient {
  name: String!
  favouritePet: Pet
}

How must a handler for this be implemented?

eugenk avatar Dec 10 '17 22:12 eugenk