Skip to main content

AssignedMultiProductReferenceAttribute Object

Represents multi product reference attribute.

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

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● [Product!]!

List of assigned product references.

limit ● PositiveInt

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

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22