AssignedMultiProductVariantReferenceAttribute Object
Represents multi product variant reference attribute.
Added in Saleor 3.22 (unreleased)type AssignedMultiProductVariantReferenceAttribute implements AssignedAttribute {
attribute: Attribute!
value(limit: Int = 100): [ProductVariant!]!
}
Fields
AssignedMultiProductVariantReferenceAttribute.attribute
● Attribute!
non-null object attributes
Attribute assigned to an object.
AssignedMultiProductVariantReferenceAttribute.value
● [ProductVariant!]!
non-null object products
List of assigned product variant references.
AssignedMultiProductVariantReferenceAttribute.value.limit
● Int
scalar miscellaneous
Maximum number of referenced product variants 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)