Graphql schema documentation

link GraphQL Schema definition

  • schema {
  • # The query root of Footr's GraphQL interface.
  • query: Query
  • # The root query for implementing GraphQL mutations.
  • mutation: Mutation
  • }