1. GraphQL APIs

Delivery GraphQL API

The read-only Delivery GraphQL API lets you retrieve published Sitecore content, which is served from Experience Edge. Published content is optimized for performance and high availability. This API is typically used in your app's production environment where draft content should not be available.

To retrieve both unpublished and published content for non-production environments, use the Preview GraphQL API instead.

Authorization and API access

Authorization and API access options vary depending on where you access this API.

Request body

The request body is a GraphQL query. See also query examples.

Response format

The response is a JSON object. See also query examples.

Schema and reference documentation

Access the GraphQL schema and the API reference documentation in the GraphQL IDE.

In addition, review the Experience Edge schema.

Limitations and restrictions

Review the Delivery GraphQL API limitations and restrictions.

If you have suggestions for improving this article, let us know!