Skip to main content

AssignedMultiChoiceAttribute Object

Represents a multi choice attribute.

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

Fields

AssignedMultiChoiceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedMultiChoiceAttribute.value ● [AssignedChoiceAttributeValue!]! non-null object attributes

List of assigned choice values.

AssignedMultiChoiceAttribute.value.limit ● Int scalar miscellaneous

Maximum number of choices to return. Value must be greater than 0. Default is 100.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)