AssignedSwatchAttribute Object
Represents a swatch attribute.
Added in Saleor 3.22 (unreleased)type AssignedSwatchAttribute implements AssignedAttribute {
attribute: Attribute!
value: AssignedSwatchAttributeValue
}
Fields
AssignedSwatchAttribute.attribute
● Attribute!
non-null object attributes
Attribute assigned to an object.
AssignedSwatchAttribute.value
● AssignedSwatchAttributeValue
object attributes
The assigned swatch value.
Interfaces
AssignedAttribute
interface attributes
Represents an attribute assigned to an object.
Added in Saleor 3.22 (unreleased)