Projections
GraphQL API
The GraphQL API of the Projections service is available at /delivery/graphql
An API sandbox is available at /delivery/graphql/sandbox
.
Sandbox
Use the sandbox to get an overview of the API that your schema configuration generates. The API will be generated on runtime depending on your current configuration.
Authenticate to the API by sending a valid JWT within the Authorization
header as a bearer token:
Authorization: Bearer replace.by.your.jwt
Real Time Updates
The graphql subscription api enables simple to use real time updates on all of your data. Even on complex view projections used for reporting.