Types > __TypeKind
__TypeKind
Values
| Value | Description |
|---|---|
| ENUM | Indicates this type is an enum. enumValues is a valid field. |
| INPUT_OBJECT | Indicates this type is an input object. inputFields is a valid field. |
| INTERFACE | Indicates this type is an interface. fields, interfaces, and possibleTypes are valid fields. |
| LIST | Indicates this type is a list. ofType is a valid field. |
| NON_NULL | Indicates this type is a non-null. ofType is a valid field. |
| OBJECT | Indicates this type is an object. fields and interfaces are valid fields. |
| SCALAR | Indicates this type is a scalar. |
| UNION | Indicates this type is a union. possibleTypes is a valid field. |
Used By
Types
Preview (typescript)
Loading module