Namespaces

Classes

Top level controller for handling graphql requests.
Base interface for any {@link DataObject} passed back as a node.
Base type for query types within graphql. I.e. mutations or queries
Base type creator for interface type generation.
Manager is the master container for a graphql endpoint, and contains all queries, mutations, and types.
Represents a writable entrypoint field in the top level graphql 'mutation' schema
Represents a queryable entrypoint field in the top level graphql 'query' schema
Represents a GraphQL type in a way that allows customization through SilverStripe's {@link DataExtension} system.

Interfaces

Standard resolve callback for Mutations or Queries