Skip to content

silverstripe/silverstripe-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

442cb57 · Oct 16, 2023
Mar 21, 2023
Oct 16, 2023
Oct 7, 2020
Oct 16, 2023
Oct 16, 2023
Apr 11, 2018
Dec 12, 2017
Dec 23, 2021
Jul 3, 2017
Sep 16, 2016
Mar 21, 2023
Aug 5, 2022
Dec 23, 2021
Aug 1, 2022

Repository files navigation

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.

This is the 4.x release branch

If you are looking for version 3 check the 3 branch, which contains documentation inlined into the README.

Installing on silverstripe/recipe-cms < 4.11

If your project uses silverstripe/recipe-cms, you cannot install the stable version 4 release. You can use version 3 (which will be installed by default), or you can swap to the alpha of version 4 by running this command:

composer require silverstripe/graphql:^4.0.0-alpha --with-all-dependencies

Alternatively, you can remove silverstripe/recipe-cms from your root composer.json and replace it with the contents of the composer.json in silverstripe/recipe-cms.

Documentation

See doc.silverstripe.org.