Graphql schema documentation

link GraphQL Schema definition

1schema {
2
3query: Query
4
5mutation: Mutation
6}