An enum describing what kind of type a given __Type is.


Indicates this type is an enum. enumValues is a valid field.

value-inputobject
INPUT_OBJECT

Indicates this type is an input object. inputFields is a valid field.

Indicates this type is an interface. fields and possibleTypes are valid fields.

Indicates this type is a list. ofType is a valid field.

Indicates this type is a non-null. ofType is a valid field.

Indicates this type is an object. fields and interfaces are valid fields.

Indicates this type is a scalar.

Indicates this type is a union. possibleTypes is a valid field.


Was this section helpful?


Was this section helpful?
Map
__TypeKind

Fields from