GraphQL Sandbox
Introduction
Sometimes it's helpful to run GraphQL queries or mutations directly using the GraphQL Sandbox that you can find here: https://mars-pp.roq-platform.com/v01/server/graphql (opens in a new tab)
Instructions
The Sandbox enables you to run any query and mutations and see the generated docs and schema. In addition, it provides auto-completion, which means you don't need to remember all the names and fields.
If you are not familiar with GraphQL, then it's recommended to start with the GraphQL basics guide.
The API of ROQ Platform is protected by two tokens which need to be provided as HTTP headers in this format:
{
"roq-platform-authorization": "Bearer eyJhbGciOiJIUzI1...",
"roq-platform-server-authorization": "Basic M2RkYmZlYmYtO..."
}
You can find the tokens of the super admin in ROQ Console (opens in a new tab).