PocketBase · GraphQL Specification

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.

Documentation Endpoint View on GitHub Backend-as-a-ServiceOpen SourceSQLiteRealtimeAuthenticationFile StorageREST APISelf-HostedGoGraphQL

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

N/A

References

Back to PocketBase · All GraphQL Specs · GitHub