Skip to content

kinglozzer/silverstripe-graphql

This branch is 104 commits behind silverstripe/silverstripe-graphql:5.

Folders and files

NameName
Last commit message
Last commit date
Mar 21, 2023
May 22, 2024
Oct 7, 2020
May 22, 2024
May 22, 2024
Apr 11, 2018
Dec 12, 2017
Dec 23, 2021
Jul 3, 2017
Sep 16, 2016
Mar 21, 2023
Nov 23, 2023
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.

About

Serves SilverStripe data as GraphQL representations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%