Anchor to __TypeKind__Type
enum__Type Kind
An enum describing what kind of type a given __Type
is.
Anchor to Valid valuesValid values
- Anchor to ENUMENUM
Indicates this type is an enum.
is a valid field.
- Anchor to INPUT_OBJECTINPUT_OBJECT
Indicates this type is an input object.
is a valid field.
- Anchor to INTERFACEINTERFACE
Indicates this type is an interface.
fields
andare valid fields.
- Anchor to LISTLIST
Indicates this type is a list.
is a valid field.
- Anchor to NON_NULLNON_NULL
Indicates this type is a non-null.
is a valid field.
- Anchor to OBJECTOBJECT
Indicates this type is an object.
fields
andinterfaces
are valid fields.- Anchor to SCALARSCALAR
Indicates this type is a scalar.
- Anchor to UNIONUNION
Indicates this type is a union.
is a valid field.
Was this section helpful?