Skip to main content

AssignedMultiCategoryReferenceAttribute Object

Represents multi category reference attribute.

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

Fields

AssignedMultiCategoryReferenceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedMultiCategoryReferenceAttribute.value ● [Category!]! non-null object products

List of assigned category references.

AssignedMultiCategoryReferenceAttribute.value.limit ● Int scalar miscellaneous

Maximum number of referenced categories 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)