This guide offers details on the GraphQL API exposed by the Ateliere Connect platform. GraphQL is a query language for APIs that allows you to fetch specific data, limiting the number of requests.
The following sections provide an overview on GraphQL and detailed reference of the schema used by the Connect platform.
To start consuming the Connect API and integrate it with your platform, you must first have access to an environment.
GraphQL offers more flexibility over traditional REST API endpoints, giving you the ability to precisely define the data you want to request. GraphQL lets you replace multiple REST requests with a single call to fetch the data you specify.