Graphql schema documentation

link GraphQL Schema definition

  • schema {
  • # The query root of this schema
  • query: Query
  • # The mutation root of this schema
  • mutation: Mutation
  • }