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.
Require the composer package in your composer.json
composer require silverstripe/graphql
See doc.silverstripe.org.