OBJECT

ColorCodeOption

A color code option

link GraphQL Schema definition

  • type ColorCodeOption {
  • # The label of the color code option
  • label: String
  • # The value of the color code option
  • value: String
  • }