GraphQL Endpoint
Accessing the endpoint
The GraphQL Endpoint will always be at this url.
{ServerUrl}/api/graphql/:repoParams
:repo - Name of repository in CM BoxIn order to query this endpoint you will need the authorization token generated by this endpoint:
API token generation
{ServerUrl}/api/user/integration_tokenAccessing this endpoint will generate a token that will work for 12 months.
Once you have this token, you can use the GraphQL explorer or Postman to test your queries.
You will also need add it to your project to give the CMBox interface access to GraphQL.