Accessing the GraphiQL console
Use dashboard GraphiQL with anonymous user
- Sign in to the dashboard
https://dashboard.healthblocks.io - Visit Settings > GraphiQL
Use GraphiQL with anonymous user
You can use the GraphiQL Electron app to connect:
- Set GraphQL endpoint:
https://graph.healthblocks.io/v1/graphql - Create anonymous user:
https://api.healthblocks.io/api/auth?pid=<PID> - Note down the
id_tokenit starts witheY - Add HTTP Header:
Authorizationwith valueBearer eY..... - Keep the JSON headers (content-type)
The GraphQL API at graph.healthblocks.io has a built-in GraphiQL console, but it's not enabled today. We are looking into enabling it.