Types > __TypeKind
Commerce APITypes__TypeKind
__TypeKind

Values

ValueDescription
ENUMIndicates this type is an enum. enumValues is a valid field.
INPUT_OBJECTIndicates this type is an input object. inputFields is a valid field.
INTERFACEIndicates this type is an interface. fields, interfaces, and possibleTypes are valid fields.
LISTIndicates this type is a list. ofType is a valid field.
NON_NULLIndicates this type is a non-null. ofType is a valid field.
OBJECTIndicates this type is an object. fields and interfaces are valid fields.
SCALARIndicates this type is a scalar.
UNIONIndicates this type is a union. possibleTypes is a valid field.

Used By

Types

__Type

Preview (typescript)

Loading module