API Schema

Specification overview

The Authgear Admin API follows GraphQL Cursor Connections Specification to handle pagination of results.

Read more about the Connection model to understand the types like "Edge", "Node", and "Cursor" in GraphQL Cursor Connections Specification.

Allowed Operations

Queries and mutations are allowed in the Admin API

Schema

Download the latest schema here:

📖 adminapi/schema.graphql

You can interactively access the same schema via the Explorer Doc sidebar

Last updated