A
Appwrite GraphQL API
Details
- Endpoint
-
https://<REGION>.cloud.appwrite.io/v1/graphql - Spec
- introspection
- Docs
- https://appwrite.io/docs/apis/graphql
Authentication
Cookie: <credential> Run appwrite login and sign in with the same console account you use for the Appwrite Console. The CLI docs say login authenticates into the CLI using your console account; add --endpoint "<URL_HERE>" for self-hosted instances.
X-Appwrite-Key: <credential> In the Appwrite Console, open your project and go to Overview → Integration → API keys, then click Create API key. Grant only the scopes your integration needs. The docs describe API keys as the credential used by Server SDKs and the Appwrite CLI, and show them sent in the X-Appwrite-Key header for HTTP or configured with appwrite client --key for the CLI.