AssignedSwatchAttributeValue Object
Represents a single swatch value.
Added in Saleor 3.22type AssignedSwatchAttributeValue {
name: String
slug: String
hexColor: String
file: File
}
Fields
name ● String
Name of the selected swatch value.
slug ● String
Slug of the selected swatch value.
hexColor ● String
Hex color code.
file ● File
File associated with the attribute.
Member Of
AssignedSwatchAttribute object