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:
Confirm the identity and live academic context represented by that token:

Verify, refresh, and revoke

Use { "input": { "token": "..." } } for verification and { "input": { "refresh": "..." } } for refresh or revocation. Always store both values returned by a refresh. When rotation is enabled by server policy, the previous refresh token becomes invalid.

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.