Authentication
Authenticating requests to GraphQL endpoints
Requests to the GraphQL API endpoints are authenticated using the Authorization
header of the HTTP request which should contain an access token.
For example:
Depending on the client application architecture, a number of different mechanisms for issuing access tokens are supported.
Last updated