Skip to main content

AssignedSwatchAttribute Object

Represents a swatch attribute.

Added in Saleor 3.22
type AssignedSwatchAttribute implements AssignedAttribute {
attribute: Attribute!
value: AssignedSwatchAttributeValue
}

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● AssignedSwatchAttributeValue

The assigned swatch value.

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22