Documentation

Definition

Interfaces, Classes, Traits and Enums

AbstractType
export type AbstractType = InterfaceType | UnionType;
CompositeType
HasFieldsType
ImplementingType
export type GraphQLImplementingType = GraphQLObjectType | GraphQLInterfaceType;
InputType
export type InputType = | ScalarType | EnumType | InputObjectType | ListOfType<InputType> | NonNull< | ScalarType | EnumType | InputObjectType | ListOfType<InputType>, >;
LeafType
NamedType
export type NamedType = | ScalarType | ObjectType | InterfaceType | UnionType | EnumType | InputObjectType;
NullableType
OutputType
UnmodifiedType
WrappingType
BooleanType
Scalar Type Definition
CustomScalarType
Scalar Type Definition
Directive
EnumType
Registry of standard GraphQL types and a base class for all other types.
EnumValueDefinition
FieldArgument
FloatType
Scalar Type Definition
IDType
Scalar Type Definition
InputObjectField
InputObjectType
Registry of standard GraphQL types and a base class for all other types.
InterfaceType
Registry of standard GraphQL types and a base class for all other types.
IntType
Scalar Type Definition
ObjectType
Object Type Definition
QueryPlan
ResolveInfo
Structure containing information useful for field resolution process.
ScalarType
Scalar Type Definition
StringType
Scalar Type Definition
Type
Registry of standard GraphQL types and a base class for all other types.
TypeWithFields
Registry of standard GraphQL types and a base class for all other types.
UnionType
Registry of standard GraphQL types and a base class for all other types.

Search results