Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 952 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 952 Bytes

Silverstripe CMS GraphQL Server

CI Silverstripe supported module

This modules serves Silverstripe data as GraphQL representations, with helpers to generate schemas based on Silverstripe model introspection. It layers a pluggable schema registration system on top of the graphql-php library. The APIs are very similar.

Installation

composer require silverstripe/graphql

Documentation

See docs.silverstripe.org.