Version 4 supported
This version of Silverstripe CMS is still supported though will not receive any additional features. Go to documentation for the most recent stable version.

Silverstripe CMS GraphQL server

GraphQL is the content API layer for Silverstripe CMS. It is the recommended way of getting data in and out of the content management system.

For more information on GraphQL in general, visit its documentation site.

You are viewing docs for silverstripe/graphql 4.x. If you are using 3.x, documentation can be found in the GitHub repository

Getting started
Open up your first GraphQL server and build your schema
Working with DataObject models
Add DataObject models to your schema, expose their fields, add read/write operations, and more
Working with generic types
Break away from the magic of DataObject models and build types and queries from scratch.
Security & best practices
A guide to keeping your GraphQL API secure and accessible
Plugins
Learn what plugins are and how you can use them to extend your schema
Extending the schema
Add new functionality to the schema
Tips & Tricks
Miscellaneous useful tips for working with your GraphQL schema
Architecture Diagrams
A visual overview of the architecture and design of GraphQL 4