GraphQL Explorer
fulfillmenttools GraphiQL

The official fulfillmenttools playground, powered by GraphiQL, is hosted at https://{YOUR-TENANT-NAME}.graphql.fulfillmenttools.com/graphql. It enables interactive exploration of queries and documentation. Authentication tokens must be added in the Headers tab at the bottom of the page.
Altair

For in-depth query development on the fulfillmenttools GraphQL Application Programming Interface (API), Altair is a recommended tool, available as a browser plugin and a standalone application. A pre-request script is also available to automatically refresh authentication tokens, similar to the fulfillmenttools Postman collection.
To begin using Altair, enter the tenant's GraphQL URL in the URL bar. Note that using Altair for schema introspection will not include schema directives and lifecycle information from generated GraphQL schemas.
Pre-request script for Altair
This guide explains how to set up a pre-request script in Altair.
Create a new environment for the tenant.

Creating a new environment in Altair Define the following environment variables:
Navigate to the Pre-request tab, add the following script, and ensure it is enabled.

Adjust the Authentication header to use the automatically generated token.


The script automatically refreshes the authentication token if it is older than 30 minutes.
Last updated