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
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 0bface98ecb73d1a9a52448bcfb929ac25415b30
This package is auto-updated.
Last update: 2026-05-22 23:50:34 UTC
README
👁 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
