JSS GraphQL API
Sitecore JavaScript Rendering SDK (JSS) provides GraphQL services and clients to facilitate querying and updating data with GraphQL.
You can opt for using GraphQL when you set up your application with any of the Sitecore-provided tools for creating a JSS project.
Data available for GraphQL querying
You can fetch the following types of data using GraphQL:
-
Layout data, using the GraphQL Layout Service provided by the JSS Layout API.
-
Dictionary data, using the GraphQL Dictionary Service provided by the JSS Dictionary API.
If you are using JSS for Next.js, the sample application leverages the GraphQL Sitemap Service to fetch the list of site pages using the Sitecore GraphQL API when statically generating and exporting the Next.js app.
GraphQL endpoints
JSS applications can use the following GraphQL endpoints:
-
The Sitecore Experience Edge for XM GraphQL endpoint. It comes with a read-only GraphQL schema designed to accommodate common front-end use cases for headless Sitecore development. Read about the Experience Edge schema.
-
Sitecore Edge Preview GraphQL endpoint provided by Headless Services, an implementation of a GraphQL server on top of Sitecore that mirrors the Experience Edge schema.
Configuration
If you created your JSS application with any of the Sitecore-provided tools for creating a JSS project and chose GraphQL
as your data fetching method, the JSS services use the Sitecore Edge Preview GraphQL endpoint.
To change the GraphQL endpoint used by your application:
-
In the root directory of the JSS application, in the
package.json
file, in theconfig
map, find and update thegraphQLEndpointPath
property.