Skip to main content

AssignedChoiceAttributeValue Object

Represents a single choice value of the attribute.

Added in Saleor 3.22
type AssignedChoiceAttributeValue {
name: String
slug: String
translation(languageCode: LanguageCodeEnum!): String
}

Fields

name ● String

Name of a value displayed in the interface.

slug ● String

Internal representation of a value (unique per attribute).

translation ● String

Translation of the name.

languageCode ● LanguageCodeEnum!

Member Of

AssignedMultiChoiceAttribute object ● AssignedSingleChoiceAttribute object