AssignedSwatchAttributeValue Object
Represents a single swatch value.
Added in Saleor 3.22type AssignedSwatchAttributeValue {
name: String
slug: String
hexColor: String
file: File
translation(languageCode: LanguageCodeEnum!): String
}
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.
translation ● String
Translation of the name.
Added in Saleor 3.22languageCode ● LanguageCodeEnum!
Member Of
AssignedSwatchAttribute object