AssignedSingleProductVariantReferenceAttribute Object
Represents single product variant reference attribute.
Added in Saleor 3.22 (unreleased)type AssignedSingleProductVariantReferenceAttribute implements AssignedAttribute {
attribute: Attribute!
value: ProductVariant
}
Fields
AssignedSingleProductVariantReferenceAttribute.attribute
● Attribute!
non-null object attributes
Attribute assigned to an object.
AssignedSingleProductVariantReferenceAttribute.value
● ProductVariant
object products
The assigned product variant reference.
Interfaces
AssignedAttribute
interface attributes
Represents an attribute assigned to an object.
Added in Saleor 3.22 (unreleased)