GraphQL API
Performing Requests
Administrative GraphQL routes require that you specify certain administration headers.
Your administrative GraphQL path is /graphql
.
You may always retrieve the exact url through the Admin Panel.
Navigating to the above URL through your web browser should bring up GraphQL Playground.
You can use that to test out your requests.
Examples
Documentation in progress...