Decap CMS · GraphQL Specification

Decap CMS GraphQL API

Decap CMS (formerly Netlify CMS) is a Git-based headless CMS that does not expose a native GraphQL API of its own. All content operations are performed by the client-side JavaScript library communicating directly with the configured Git hosting backend (GitHub, GitLab, Bitbucket, Azure DevOps, or Gitea) through those providers' own REST and GraphQL APIs. There is no standalone Decap API server or GraphQL endpoint.

Documentation Endpoint View on GitHub CMSHeadless CMSGit-based CMSContent ManagementStatic Site GeneratorJAMstackOpen SourceEditorial WorkflowGraphQL

Overview

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

Decap CMS (formerly Netlify CMS) is a Git-based headless CMS that does not expose a native GraphQL API of its own. All content operations are performed by the client-side JavaScript library communicating directly with the configured Git hosting backend (GitHub, GitLab, Bitbucket, Azure DevOps, or Gitea) through those providers’ own REST and GraphQL APIs. There is no standalone Decap API server or GraphQL endpoint.

The GraphQL endpoint is available at REST. documentation is published at https://decapcms.org/docs/.

The specification includes 9 reference links.

Tagged areas include CMS, Headless CMS, Git-based CMS, Content Management, and Static Site Generator.

Endpoint

REST

References

Back to Decap CMS · All GraphQL Specs · GitHub