GraphQL Explorer
Last updated
Last updated
The official fulfillmenttools playground, powered by GraphiQL, is hosted under https://{YOUR_TENANT}.graphql.fulfillmenttools.com/graphql
. It enables interactive exploration of queries and docs, with more features coming soon. Auth tokens must be entered in the header tab at the bottom of the page.
For in-depth query development on top of our GraphQL API, we recommend Altair, available as a browser plugin and standalone application. We also provide a pre-request script to automatically refresh auth tokens, similar to our Postman collection.
To start with Altair, enter your tenant's GraphQL URL in the URL bar. Please remember that using Altair for schema introspection will not include schema directives and lifecycle information from generated GraphQL schemas.
The following guide shows how to set up a pre-request script in Altair.
First, create a new environment for your tenant:
Fill the following information:
Next, add the following Pre-request script in the Pre-request tab. Don't forget to enable it.
Finally, adjust the Authentication header to use the automatically generated token:
Now it should work and automatically refresh the token when it’s older than 30 Minutes. Have fun!