Grafbase · GraphQL Specification

Grafbase GraphQL API

Grafbase provides a GraphQL-based Management API that powers the Grafbase Dashboard and enables programmatic control of all platform resources. The API exposes queries and mutations covering organizations, projects (graphs), branches, subgraph publishing, schema checks, schema proposals, deployments, extensions, access tokens, team management, analytics, and observability data. It follows the Relay connection specification for pagination and uses a union-based error-handling pattern where mutation payloads are unions of success and error types.

Documentation Endpoint View on GitHub GraphQLFederationAPI GatewaySchema RegistryGraphQL FederationAPI ManagementObservabilityEnterprise APIGraphQL

Overview

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

Grafbase provides a GraphQL-based Management API that powers the Grafbase Dashboard and enables programmatic control of all platform resources. The API exposes queries and mutations covering organizations, projects (graphs), branches, subgraph publishing, schema checks, schema proposals, deployments, extensions, access tokens, team management, analytics, and observability data. It follows the Relay connection specification for pagination and uses a union-based error-handling pattern where mutation payloads are unions of success and error types.

The GraphQL endpoint is available at https://api.grafbase.com/graphql. documentation is published at https://grafbase.com/docs/platform/api.

The specification includes 2 reference links.

Tagged areas include Federation, API Gateway, Schema Registry, GraphQL Federation, and API Management.

Endpoint

https://api.grafbase.com/graphql

References

Back to Grafbase · All GraphQL Specs · GitHub