Skip to main content

AssignedMultiCategoryReferenceAttribute Object

Represents multi category reference attribute.

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

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● [Category!]!

List of assigned category references.

limit ● PositiveInt

Maximum number of referenced categories to return. Default is 100.

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22