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