Name | Description |
---|---|
AbstractType | |
LeafType | /* export type GraphQLLeafType = GraphQLScalarType | GraphQLEnumType; |
WrappingType |
Name | Description |
---|---|
BooleanType | Class BooleanType |
Config | |
CustomScalarType | Class CustomScalarType |
Directive | Class Directive |
DirectiveLocation | |
EnumType | Class EnumType |
EnumValueDefinition | Class EnumValueDefinition |
FieldArgument | Class FieldArgument |
FieldDefinition | |
FloatType | |
IDType | Class IDType |
InputObjectField | Class InputObjectField |
InputObjectType | Class InputObjectType |
IntType | |
InterfaceType | Class InterfaceType |
ListOfType | |
NonNull | |
ObjectType | Object Type Definition |
ResolveInfo | Class ResolveInfo |
ScalarType | Scalar Type Definition |
StringType | |
Type | /* export type GraphQLType = GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList | GraphQLNonNull; |
UnionType | Class UnionType |