Builder.io · GraphQL Specification

Builder.io GraphQL API

Builder.io exposes a public GraphQL Content API that enables type-safe queries against your Builder.io space's content models. The API is schema-driven: every content model defined in your Builder space automatically generates a corresponding GraphQL type, a list query field (e.g. `page`, `blogArticle`), and a single-item query field (e.g. `onePage`, `oneBlogArticle`). All content entry types share a common set of metadata fields (`id`, `name`, `ownerId`, `modelId`, `published`, `createdDate`, `lastUpdated`, and `query`) alongside a model-specific `data` object that contains the custom fields you define in the Builder visual editor.

Documentation Endpoint View on GitHub Headless CMSVisual DevelopmentContent DeliveryA/B TestingGraphQLRESTPersonalizationPage BuildingGraphQL

Overview

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

Builder.io exposes a public GraphQL Content API that enables type-safe queries against your Builder.io space’s content models. The API is schema-driven: every content model defined in your Builder space automatically generates a corresponding GraphQL type, a list query field (e.g. page, blogArticle), and a single-item query field (e.g. onePage, oneBlogArticle). All content entry types share a common set of metadata fields (id, name, ownerId, modelId, published, createdDate, lastUpdated, and query) alongside a model-specific data object that contains the custom fields you define in the Builder visual editor.

The GraphQL endpoint is available at https://cdn.builder.io/api/v3/graphql/{yourPublicApiKey}. documentation is published at https://www.builder.io/c/docs/graphql-api.

The specification includes 2 reference links.

Tagged areas include Headless CMS, Visual Development, Content Delivery, A/B Testing, and REST.

Endpoint

https://cdn.builder.io/api/v3/graphql/{yourPublicApiKey}

References

Related API Specs

Builder.io Content API (OpenAPI)
Back to Builder.io · All GraphQL Specs · GitHub