Graphql schema documentation

link GraphQL Schema definition

  • schema {
  • # This is the root Query object - an entry point for `product`, `categories`,
  • # `reviews` and other queries
  • query: Query
  • }