Table of contents
The API explorer is built into the Crystallize App. To access it, click the Settings button on the left side of the screen, then choose GraphQL Explorer.
The Crystallize GraphQL explorer is organized as follows:
- In the left-hand panels, you can enter your queries/mutations and (optionally) query variables and request headers.
- Once queries/mutations are executed by using the play button at the top-left of the screen, the results appear in the right-hand panel in JSON format.
The GraphQL explorer also provides auto-generated API documentation of the different field types and query fields available. To access the documentation, click on the Docs button at the top right of the screen, or CTRL+click on a field to get the parent and child types of that field.
Note: to get a better understanding of the Catalogue API and learn more advanced queries, refer to the Catalogue API docs.