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.
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
References
- Documentation https://decapcms.org/docs/intro/
- Backends Overview https://decapcms.org/docs/backends-overview/
- GitHub Backend https://decapcms.org/docs/github-backend/
- GitLab Backend https://decapcms.org/docs/gitlab-backend/
- Configuration Options https://decapcms.org/docs/configuration-options/
- Collection Types https://decapcms.org/docs/collection-types/
- Widgets Reference https://decapcms.org/docs/widgets/
- GitHub Repository https://github.com/decaporg/decap-cms
- Decap Turbo https://decapcms.org/turbo/