| TFieldResolverArgs |
The arguments passed to the field resolver for resolving the field value.
|
| TSchemaAssignableType |
A GraphQL type that can be assigned to a property as a reference to a schema type.
|
| TSchemaBooleanType |
Represents the GraphQL Boolean type.
|
| TSchemaDirectiveDefinition |
Represents a GraphQL directive definition.
|
| TSchemaDocument |
Holds information about the GraphQL schema.
|
| TSchemaEnumType |
Represents a GraphQL enum type.
|
| TSchemaEnumValue |
Represents a enum value in a GraphQL enum type.
|
| TSchemaField |
Represents a GraphQL object field.
|
| TSchemaFloatType |
Represents the GraphQL Float type.
|
| TSchemaIDType |
Represents the GraphQL ID type.
|
| TSchemaInputObjectType |
Represents a GraphQL input object type.
|
| TSchemaInputValue |
Represents a GraphQL input value definition (field argument or input object field).
|
| TSchemaInterfaceType |
Represents a GraphQL interface type.
|
| TSchemaIntType |
Represents the GraphQL Int type.
|
| TSchemaListType |
Represents a GraphQL list type.
|
| TSchemaNamedType |
Represents a named GraphQL type.
|
| TSchemaNonNullType |
Represents a GraphQL non-null type.
|
| TSchemaObjectType |
Represents a GraphQL object type.
|
| TSchemaScalarType |
Represents a GraphQL scalar type. Ancestor of concrete scalar implementations.
|
| TSchemaStringType |
Represents the GraphQL String type.
|
| TSchemaStructuredType |
Base class for structure output type, which can be either a TSchemaObjectType or an TSchemaInterfaceType.
|
| TSchemaType |
The ancestor of all classes that represent a GraphQL type.
|
| TSchemaUnionType |
Represents a GraphQL union type.
|
| TTypeResolverArgs |
The arguments passed to the type resolver for resolving the abstract type of an union of interface type.
|