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