Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 715 Bytes

api-schema.md

File metadata and controls

24 lines (10 loc) · 715 Bytes

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