Skip to main content

AssignedSingleChoiceAttribute Object

Represents a single choice attribute.

Added in Saleor 3.22
type AssignedSingleChoiceAttribute implements AssignedAttribute {
attribute: Attribute!
value: AssignedChoiceAttributeValue
}

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● AssignedChoiceAttributeValue

The assigned choice value.

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22