SilverStripe GraphQL API

SilverStripe's GraphQL API provides a content API layer for getting data in and out of the CMS. It supports schema generation from DataObject models, custom types and queries, and extensible schemas. Authentication is handled via CMS Member sessions or HTTP Basic Auth. Available as an optional module in CMS 6.

API entry from apis.yml

apis.yml Raw ↑
aid: silverstripe:graphql-api
name: SilverStripe GraphQL API
description: 'SilverStripe''s GraphQL API provides a content API layer for getting data in and out of
  the CMS. It supports schema generation from DataObject models, custom types and queries, and extensible
  schemas. Authentication is handled via CMS Member sessions or HTTP Basic Auth. Available as an optional
  module in CMS 6.

  '
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://docs.silverstripe.org/en/6/optional_features/graphql/
baseURL: https://www.example.com/graphql
tags:
- GraphQL
- CMS
- Content
- Schema
properties:
- type: Documentation
  url: https://docs.silverstripe.org/en/6/optional_features/graphql/
- type: Authentication
  url: https://docs.silverstripe.org/en/5/developer_guides/graphql/security_and_best_practices/authentication/