Version 6 pre-stable
This version of Silverstripe CMS has not yet been given a stable release. See the release roadmap for more information. Go to documentation for the most recent stable version.

Silverstripe CMS GraphQL server

GraphQL can be used as a content API layer for Silverstripe CMS to get data in and out of the content management system.

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

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 silverstripe/graphql