Graphiql Setup

First, download Graphiql desktop client here:

https://github.com/prisma/graphql-playground/releases

How to setup Graphiql

  1. Enter the full URL of your desired endpoint at Graphql Endpoint.
  2. Click Edit HTTP Headers, and add a new header. For Header name, use Authorization. For Header value, use Bearer TOKEN and replace TOKEN with your actual token.
  3. Click outside the panel to close.
  4. To test your config, enter { roleCategories { id name } } as query, and press the Run-button.

Done? Great. Go home. Need more help? Ask #clubi in KNHB slack.

Graphiql Tutorial