๐๏ธ Using GraphiQL to explore the FastStore API
GraphiQL is an Integrated Development Environment (IDE) for GraphQL. You can run GraphiQL on your browser in order to try out queries and mutations in a GraphQL API.
๐๏ธ Creating inline resolvers
This documentation is currently under development.
๐๏ธ Extending the GraphQL schema
This documentation is currently under development.
๐๏ธ Fetching API data on the storefront
You can build and customize GraphQL queries to display ecommerce data on your storefront, such as products and shopping cart information. In this guide, you will find the basic concepts and steps to implement this in your FastStore project.