Skip to main content
Kralis GraphiQL is the interactive explorer for the same GraphQL schema and SimpleJWT authentication used by /graphql/.

Log in

Variables:
Add the returned access token in the Headers panel:

Verify, refresh, and revoke

Use { "input": { "token": "..." } } for verification and { "input": { "refresh": "..." } } for refresh or revocation. Refresh rotation invalidates the previous refresh token.

Routes

Both routes accept the same access token and expose the same schema. Production clients should normally send operations to /graphql/.
Use temporary test accounts in the browser explorer. Never put passwords or tokens in source control, screenshots, shared requests, URLs, or issue trackers.