Package-level declarations
Types
Link copied to clipboard
A CompositeField describes static properties of a GraphQL field, with an output type that is a GRT.
Link copied to clipboard
interface RootObjectField<Parent : GRT, UnwrappedType : Object, A : Arguments> : CompositeField<Parent, UnwrappedType>
A RootObjectField describes static properties of a field on a root query field (a field on the root query type or a namespace type reachable from the root query type), whose output type is a non-list object type.
Link copied to clipboard
Marker interface for the Fields object nested within a GRT class. The Fields object contains Field descriptors for each field on the type.