__TypeKind
ENUM
An enum describing what kind of type a given __Type is.
ENUM Values |
|---|
|
Indicates this type is a scalar. |
|
Indicates this type is an object. |
|
Indicates this type is an interface. |
|
Indicates this type is a union. |
|
Indicates this type is an enum. |
|
Indicates this type is an input object. |
|
Indicates this type is a list. |
|
Indicates this type is a non-null. |