silverstripe / graphql
GraphQL server for SilverStripe models and other data
Installs: 1 214 759
Dependents: 33
Suggesters: 0
Security: 6
Stars: 54
Watchers: 17
Forks: 56
Open Issues: 79
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5.0
- guzzlehttp/psr7: ^2.4.1
- m1/env: ^2.2.0
- silverstripe/event-dispatcher: ^1
- silverstripe/framework: ^5
- silverstripe/vendor-plugin: ^2
- webonyx/graphql-php: ^15.0.1
Requires (Dev)
Suggests
- silverstripe/assets: Allows schema to be cached in the filesystem.
- silverstripe/graphql-devtools: Adds in-browser tools for testing and debugging GraphQL queries
- 5.x-dev
- 5.0.x-dev
- 5.0.0-beta2
- 5.0.0-beta1
- 5.0.0-alpha1
- 4.x-dev
- 4.2.x-dev
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.2
- 4.1.1
- 4.1.0
- 4.1.0-rc1
- 4.1.0-beta1
- 4.0.x-dev
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-rc1
- 4.0.0-beta1
- 4.0.0-alpha3
- 4.0.0-alpha2
- 4.0.0-alpha1
- 3.x-dev
- 3.8.x-dev
- 3.8.1
- 3.8.0
- 3.7.x-dev
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.x-dev
- 3.6.0
- 3.6.0-rc1
- 3.6.0-beta1
- 3.6.0-alpha2
- 3.6.0-alpha1
- 3.5.x-dev
- 3.5.2
- 3.5.1
- 3.5.0
- 3.5.0-rc1
- 3.5.0-beta1
- 3.4.x-dev
- 3.4.1
- 3.4.0
- 3.4.0-rc1
- 3.4.0-beta1
- 3.3.x-dev
- 3.3.0
- 3.3.0-rc1
- 3.3.0-beta1
- 3.2.x-dev
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.2.0-rc2
- 3.2.0-rc1
- 3.2.0-alpha1
- 3.1.x-dev
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.1.0-rc1
- 3.0.x-dev
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-rc1
- 2.x-dev
- 2.0.x-dev
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.1.x-dev
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.1-rc1
- 1.0.0
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- dev-master
- dev-pulls/master/strongly-type-everythynig
This package is auto-updated.
Last update: 2023-03-15 22:22:15 UTC
README
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.