contentstack · GraphQL Specification

contentstack GraphQL API

The Contentstack GraphQL Content Delivery API enables developers to query content from their Contentstack stack using GraphQL syntax, allowing precise retrieval of only the fields and relationships needed in a single request. It is built on top of the Content Delivery API and supports querying entries, assets, and nested references across content types. The GraphQL API does not support mutations or subscriptions; it is strictly read-only and intended for front-end and application data fetching.

Documentation Endpoint View on GitHub GraphQL

Overview

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

The Contentstack GraphQL Content Delivery API enables developers to query content from their Contentstack stack using GraphQL syntax, allowing precise retrieval of only the fields and relationships needed in a single request. It is built on top of the Content Delivery API and supports querying entries, assets, and nested references across content types. The GraphQL API does not support mutations or subscriptions; it is strictly read-only and intended for front-end and application data fetching.

The GraphQL endpoint is available at https://graphql.contentstack.com. documentation is published at https://www.contentstack.com/docs/developers/apis/graphql-content-delivery-api.

The specification includes 1 reference link.

Endpoint

https://graphql.contentstack.com

References

Related API Specs

Contentstack Content Delivery API (OpenAPI) Contentstack Content Management API (OpenAPI) Contentstack Personalize Management API (OpenAPI) Contentstack Personalize Edge API (OpenAPI) Contentstack Automate Management API (OpenAPI) Contentstack Analytics API (OpenAPI) Contentstack SCIM API (OpenAPI) Contentstack Brand Kit Management API (OpenAPI) Contentstack Knowledge Vault API (OpenAPI) Contentstack Generative AI API (OpenAPI) Contentstack Launch API (OpenAPI)
Back to contentstack · All GraphQL Specs · GitHub