Graphql schema documentation
link GraphQL Schema definition
- schema {
- # The root query type which gives access points into the data universe.
- Query :
- # The root mutation type which contains root level fields which mutate data.
- Mutation :
- # The root subscription type: contains realtime events you can subscribe to with
- # the `subscription` operation.
- Subscription :
- }