PocketBase GraphQL API
PocketBase is a REST-only backend-as-a-service. It does not provide a native GraphQL API. All data operations are performed through a REST-ish HTTP API served at `{your-instance}/api/`, with endpoints organized around collections and records. PocketBase exposes CRUD operations, batch writes, filtering, sorting, pagination, relation expansion, and multipart file uploads entirely via REST conventions. Real-time updates are delivered through Server-Sent Events (SSE) rather than GraphQL subscriptions.
Overview
PocketBase GraphQL API is a GraphQL API specification published by PocketBase on the APIs.io network.
PocketBase is a REST-only backend-as-a-service. It does not provide a native GraphQL API. All data operations are performed through a REST-ish HTTP API served at {your-instance}/api/, with endpoints organized around collections and records. PocketBase exposes CRUD operations, batch writes, filtering, sorting, pagination, relation expansion, and multipart file uploads entirely via REST conventions. Real-time updates are delivered through Server-Sent Events (SSE) rather than GraphQL subscriptions.
The GraphQL endpoint is available at N/A. documentation is published at https://pocketbase.io/docs/.
The specification includes 6 reference links.
Tagged areas include Backend-as-a-Service, Open Source, SQLite, Realtime, and Authentication.
Endpoint
References
- Documentation https://pocketbase.io/docs/
- GettingStarted https://pocketbase.io/docs/
- API Records https://pocketbase.io/docs/api-records/
- API Realtime https://pocketbase.io/docs/api-realtime/
- API Files https://pocketbase.io/docs/api-files/
- GitHub Source https://github.com/pocketbase/pocketbase