OBJECT

AttributeOption

Attribute option specifies single attribute option to be selected by the user

link GraphQL Schema definition

  • type AttributeOption {
  • # Value
  • value: String
  • # Label
  • label: String
  • }