AssignedMultiCollectionReferenceAttribute Object
Represents multi collection reference attribute.
Added in Saleor 3.22type AssignedMultiCollectionReferenceAttribute implements AssignedAttribute {
attribute: Attribute!
value(limit: PositiveInt = 100): [Collection!]!
}
Fields
attribute ● Attribute!
Attribute assigned to an object.
value ● [Collection!]!
List of assigned collection references.
limit ● PositiveInt
Maximum number of referenced collections to return. Default is 100
Interfaces
AssignedAttribute
Represents an attribute assigned to an object.
Added in Saleor 3.22