Skip to main content

AssignedMultiProductReferenceAttribute Object

Represents multi product reference attribute.

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

Fields

AssignedMultiProductReferenceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedMultiProductReferenceAttribute.value ● [Product!]! non-null object products

List of assigned product references.

AssignedMultiProductReferenceAttribute.value.limit ● Int scalar miscellaneous

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