dotCMS · GraphQL Specification

dotCMS GraphQL API

The dotCMS GraphQL API provides a single endpoint for querying content across all content types using a self-documenting schema. It supports Lucene-style query strings, pagination, sorting, and content-type collections, and exposes base types for File, Form, Key/Value, Page, Persona, Vanity URL, and Widget content. The API accepts the same authentication methods as the dotCMS REST API and includes a built-in GraphQL Playground for exploring the schema.

Documentation Endpoint View on GitHub CMSContentContent ManagementGraphQL

Overview

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

The dotCMS GraphQL API provides a single endpoint for querying content across all content types using a self-documenting schema. It supports Lucene-style query strings, pagination, sorting, and content-type collections, and exposes base types for File, Form, Key/Value, Page, Persona, Vanity URL, and Widget content. The API accepts the same authentication methods as the dotCMS REST API and includes a built-in GraphQL Playground for exploring the schema.

The GraphQL endpoint is available at https://demo.dotcms.com/api/v1/graphql. documentation is published at https://dev.dotcms.com/docs/graphql.

The specification includes 1 reference link.

Tagged areas include CMS, Content, and Content Management.

Endpoint

https://demo.dotcms.com/api/v1/graphql

References

Related API Specs

dotCMS Authentication API (OpenAPI) dotCMS Content API (OpenAPI) dotCMS Navigation API (OpenAPI) dotCMS Search API (OpenAPI) dotCMS Sites API (OpenAPI) dotCMS Users API (OpenAPI) dotCMS Workflow API (OpenAPI)
Back to dotCMS · All GraphQL Specs · GitHub