silverstripe / graphql
GraphQL server for SilverStripe models and other data
Package info
github.com/silverstripe/silverstripe-graphql
Type:silverstripe-vendormodule
pkg:composer/silverstripe/graphql
6.1.1
2026-03-22 23:29 UTC
Requires
- php: ^8.3
- guzzlehttp/guzzle: ^7.9
- guzzlehttp/psr7: ^2.7
- m1/env: ^2.2.0
- silverstripe/event-dispatcher: ^2
- silverstripe/framework: ^6.1
- webonyx/graphql-php: ^15.19
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
This package is auto-updated.
Last update: 2026-06-22 23:58:26 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.
Installation
composer require silverstripe/graphql