SilverStripe\GraphQL\Schema\Type
Classes
A type that can be expressed as generated PHP code
Abstraction for enum types
Abstraction that can express input types as code
Defines a GraphQL interface. It may seem counter-intuitive that an abstraction would inherit from the concretion, but since these are just value objects that end up getting rendered as code, an unconventional architecture is probably okay. The irrelevant fields just just ignored in rendering.
Defines an interface that is backed by a model
A type that is generated by a model
Defines a union that is backed by a model definition
Abstraction for a generic type
Uniform way of referring to a type as a string. Accepts default value syntax
Abstraction of a union type