Skip to main content

Module types

Module types 

Source
Expand description

Core type structs: IntermediateType, IntermediateField, IntermediateEnum, IntermediateEnumValue, IntermediateScalar, IntermediateDeprecation.

Structsยง

IntermediateDeprecation
Deprecation information for enum values or input fields.
IntermediateEnum
GraphQL enum type definition in intermediate format.
IntermediateEnumValue
A single value within an enum type.
IntermediateField
Field definition in intermediate format
IntermediateScalar
Custom scalar type definition in intermediate format.
IntermediateType
Type definition in intermediate format