Graphql schema documentation

link GraphQL Schema definition

  • schema {
  • # The query type, represents all of the entry points into our object graph
  • query: Query
  • mutation: Mutation
  • subscription: Subscription
  • }