Appwrite GraphQL GraphQL API
The Appwrite GraphQL API exposes the full Appwrite backend-as-a-service platform through a single unified GraphQL endpoint. It mirrors the complete Appwrite REST API (excluding OAuth flows) and supports all major resource types: accounts, sessions, databases, documents, storage buckets and files, teams, memberships, cloud functions, executions, and localization data. The schema is dynamically generated from Appwrite's route definitions, so query and mutation names follow a `{namespace}{MethodName}` convention (e.g., `accountGet`, `databasesListDocuments`, `storageCreateFile`).
Overview
Appwrite GraphQL GraphQL API is a GraphQL API specification published by Appwrite GraphQL on the APIs.io network.
The Appwrite GraphQL API exposes the full Appwrite backend-as-a-service platform through a single unified GraphQL endpoint. It mirrors the complete Appwrite REST API (excluding OAuth flows) and supports all major resource types: accounts, sessions, databases, documents, storage buckets and files, teams, memberships, cloud functions, executions, and localization data. The schema is dynamically generated from Appwrite’s route definitions, so query and mutation names follow a {namespace}{MethodName} convention (e.g., accountGet, databasesListDocuments, storageCreateFile).
The GraphQL endpoint is available at https://cloud.appwrite.io/v1/graphql. documentation is published at https://appwrite.io/docs/apis/graphql.
The specification includes 3 reference links.
Tagged areas include Backend as a Service, BaaS, Database, Authentication, and Storage.
Endpoint
References
- Documentation https://appwrite.io/docs/apis/graphql
- GettingStarted https://appwrite.io/docs/quick-starts
- GitHub https://github.com/appwrite/appwrite