๐๏ธ Using a GraphQL IDE to explore the FastStore API
You can use GraphQL Integrated Development Environments (IDEs) to try out queries and mutations. This means you can explore your store's GraphQL data layer by running a local server of your project.
๐๏ธ Creating inline resolvers
This documentation is currently under development.
๐๏ธ Extending the GraphQL schema
Although the FastStore API provides a complete GraphQL schema for ecommerce, some stores may need to access other, more specific, information.
๐๏ธ 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.