OBJECT
EnumColourName
Colour name autocomplete object
link GraphQL Schema definition
- type EnumColourName {
- # ID of the record
- ID! :
- # value of the record
- String! :
- # Glass Colour of the record
- GlassColour :
- # number of the usages
- Int! :
- }