Skip to main content

GraphQL Explorer and schema documentation

Marketplace Managers can enable a GraphQL Explorer for your marketplace. The GraphQL Explorer is an implementation of GraphiQL, which is embedded in your marketplace and uses your marketplace data. You can use it to build queries and mutations on either the preview or production (Early Availability) endpoints. To access GraphQL Explorer, see GraphQL Explorer.

Caution

Although you can use either the Preview or Production endpoints in the Explorer, both affect your live marketplace data. Be careful if you are making any changes and if you only want to test the API, consider using a test environment if you have one.

In addition, a Documentation Explorer is available in the same interface. The Documentation Explorer uses schema introspection to provide full schema documentation, which you can consult to build your calls or just to learn about the schema itself. The documentation content is the same as what is included in the GraphQL API reference.

For information about the AppDirect GraphQL API, see Developer tools for GraphQL.

Was this page helpful?