GraphQL API technical overview
Information about GraphQL APIs.
GraphQL APIs expose Optimizely Content Management System (CMS) data as a graph-based structure that you can query from a single endpoint. GraphQL organizes data into types and fields to ensure applications request only available content.
The GraphQL API generates a GraphQL schema based on the content that was synchronized from your site. Each site has its own schema based on the content types you configured in CMS. You need a public key to access the schema and content through the API. When Optimizely Support creates your service account in the cloud, you receive a public key that gives read-only access to the content in your Optimizely Graph.
Published content becomes available in near real-time for searches and queries.
Updated 5 days ago
