sitecore · GraphQL Specification

sitecore GraphQL API

The Sitecore XM Cloud GraphQL Delivery API provides access to approved and published content from Sitecore XM Cloud via a GraphQL endpoint optimized for production delivery. Developers use this API to query content items, fields, and relationships with precise control over the data returned in each request, reducing over-fetching in front-end applications. The API is authenticated via API keys and is designed for high availability and performance at scale.

Documentation Endpoint View on GitHub GraphQL

Overview

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

The Sitecore XM Cloud GraphQL Delivery API provides access to approved and published content from Sitecore XM Cloud via a GraphQL endpoint optimized for production delivery. Developers use this API to query content items, fields, and relationships with precise control over the data returned in each request, reducing over-fetching in front-end applications. The API is authenticated via API keys and is designed for high availability and performance at scale.

The GraphQL endpoint is available at https://edge.sitecorecloud.io/api/graphql. documentation is published at https://doc.sitecore.com/xmc/en/developers/xm-cloud/delivery-api.html.

The specification includes 3 reference links.

Endpoint

https://edge.sitecorecloud.io/api/graphql

References

Related API Specs

Sitecore XM Cloud REST API (OpenAPI) Sitecore CDP REST API (OpenAPI) Sitecore CDP Stream API (AsyncAPI) Sitecore Personalize REST API (OpenAPI) Sitecore Content Hub REST API (OpenAPI) Sitecore OrderCloud API (OpenAPI) Sitecore Discover API (OpenAPI)
Back to sitecore · All GraphQL Specs · GitHub