Skip to main content

AssignedMultiChoiceAttribute Object

Represents a multi choice attribute.

Added in Saleor 3.22
type AssignedMultiChoiceAttribute implements AssignedAttribute {
attribute: Attribute!
value(limit: PositiveInt = 100): [AssignedChoiceAttributeValue!]!
}

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● [AssignedChoiceAttributeValue!]!

List of assigned choice values.

limit ● PositiveInt

Maximum number of choices to return. Default is 100.

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22