# 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](https://relay.dev/graphql/connections.htm).

## Allowed Operations

**Queries** and **mutations** are allowed in the Admin API

## Schema

Download the latest schema here:

:book:[ adminapi/schema.graphql](https://github.com/authgear/authgear-server/blob/main/portal/src/graphql/adminapi/schema.graphql)

You can interactively access the same schema via the [Explorer Doc sidebar](https://docs.authgear.com/reference/apis/admin-api/..#api-explorer)
