Appwrite · GraphQL Specification

Appwrite GraphQL API

Appwrite exposes its full backend API surface through a GraphQL endpoint that mirrors every REST operation. All services — Account, Databases, Storage, Functions, Teams, Locale, Messaging, and Users — are accessible as GraphQL queries (for GET operations) and mutations (for POST, PUT, PATCH, and DELETE operations). The schema is generated dynamically from Appwrite's route definitions, so field names follow the pattern of `{namespace}{MethodName}` (e.g., `accountGet`, `databasesListDocuments`, `storageCreateFile`). Appwrite uses `_` instead of `$` for internal model fields in GraphQL (e.g., `_id`, `_createdAt`, `_permissions`), because `$` is reserved in GraphQL syntax.

Documentation Endpoint View on GitHub ApplicationBackendMobileOpen-SourceGraphQL

Overview

Appwrite GraphQL API is a GraphQL API specification published by Appwrite on the APIs.io network.

Appwrite exposes its full backend API surface through a GraphQL endpoint that mirrors every REST operation. All services — Account, Databases, Storage, Functions, Teams, Locale, Messaging, and Users — are accessible as GraphQL queries (for GET operations) and mutations (for POST, PUT, PATCH, and DELETE operations). The schema is generated dynamically from Appwrite’s route definitions, so field names follow the pattern of {namespace}{MethodName} (e.g., accountGet, databasesListDocuments, storageCreateFile). Appwrite uses _ instead of $ for internal model fields in GraphQL (e.g., _id, _createdAt, _permissions), because $ is reserved in GraphQL syntax.

The GraphQL endpoint is available at https://{hostname}/v1/graphql. documentation is published at https://appwrite.io/docs/apis/graphql.

The specification includes 2 reference links.

Tagged areas include Application, Backend, Mobile, and Open-Source.

Endpoint

https://{hostname}/v1/graphql

References

Related API Specs

Appwrite Account API (OpenAPI) Appwrite Databases API (OpenAPI) Appwrite Storage API (OpenAPI) Appwrite Users API (OpenAPI)
Back to Appwrite · All GraphQL Specs · GitHub

Work with this as data

Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for graphql

4 MCP tools reach this
  • find_graphqlBrowse and filter every GraphQL schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This GraphQL schema
curl "https://apis.io/api/v1/graphql/appwrite-graphql"
All graphql
curl "https://apis.io/api/v1/graphql?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.