Skip to main content

AssignedSingleChoiceAttribute Object

Represents a single choice attribute.

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

Fields

AssignedSingleChoiceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedSingleChoiceAttribute.value ● AssignedChoiceAttributeValue object attributes

The assigned choice value.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)