Contentful · GraphQL Specification

Contentful GraphQL API

The GraphQL Content API provides a GraphQL API interface to the content from Contentful. Each Contentful space comes with a GraphQL schema based on its content model. This GraphQL schema is generated at request time and is always up-to-date with the current status of the space.

Documentation Endpoint View on GitHub CMSContentGraphQL

Overview

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

The GraphQL Content API provides a GraphQL API interface to the content from Contentful. Each Contentful space comes with a GraphQL schema based on its content model. This GraphQL schema is generated at request time and is always up-to-date with the current status of the space.

The GraphQL endpoint is available at https://api.example.com. documentation is published at https://www.contentful.com/developers/docs/references/graphql/.

The specification includes 1 reference link.

Tagged areas include CMS and Content.

Endpoint

https://api.example.com

References

Related API Specs

Contentful Content Delivery API (OpenAPI) Contentful Webhooks (AsyncAPI)
Back to Contentful · All GraphQL Specs · GitHub