__TypeKind
An enum describing what kind of type a given __Type
is.
This page contains
Fields
SCALAR | Indicates this type is a scalar. |
OBJECT | Indicates this type is an object. |
INTERFACE | Indicates this type is an interface. |
UNION | Indicates this type is a union. |
ENUM | Indicates this type is an enum. |
INPUT_OBJECT | Indicates this type is an input object. |
LIST | Indicates this type is a list. |
NON_NULL | Indicates this type is a non-null. |