OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Return the hero by episode.
  • #
  • # Arguments
  • # episode:
  • hero(episode: Episode): Character
  • # Return the Human by ID.
  • #
  • # Arguments
  • # id:
  • human(id: ID!): Human
  • # Return the Droid by ID.
  • #
  • # Arguments
  • # id:
  • droid(id: ID!): Droid
  • }

link Require by

This element is not required by anyone