Skip to main content

AssignedMultiProductVariantReferenceAttribute Object

Represents multi product variant reference attribute.

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

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● [ProductVariant!]!

List of assigned product variant references.

limit ● PositiveInt

Maximum number of referenced product variants to return. Default is 100.

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22