Skip to main content

AssignedChoiceAttributeValue Object

Represents a single choice value of the attribute.

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

Fields

AssignedChoiceAttributeValue.name ● String scalar miscellaneous

Name of a value displayed in the interface.

AssignedChoiceAttributeValue.slug ● String scalar miscellaneous

Internal representation of a value (unique per attribute).

AssignedChoiceAttributeValue.translation ● String scalar miscellaneous

Translation of the name.

AssignedChoiceAttributeValue.translation.languageCode ● LanguageCodeEnum! non-null enum miscellaneous

Member Of

AssignedMultiChoiceAttribute object ● AssignedSingleChoiceAttribute object