GraphQL API
This doc provides an overview of our GraphQL API which is designed specifically with data integration in mind.
Last updated
Was this helpful?
This doc provides an overview of our GraphQL API which is designed specifically with data integration in mind.
The API is available at /api/graphql/ URL path of your instance.
GraphQL API allows two types of interactions with the PIM data
Queries - allow fetching the current state of the data
Mutations - allow modifying the state of the data
Documentation of all data types available in the API can be found on the Schema page.
Last updated
Was this helpful?
Was this helpful?

