OBJECT

EnumColourName

Colour name autocomplete object

link GraphQL Schema definition

  • type EnumColourName {
  • # ID of the record
  • id: ID!
  • # value of the record
  • value: String!
  • # Glass Colour of the record
  • glassColour: GlassColour
  • # number of the usages
  • usages: Int!
  • }