AssignedSingleProductVariantReferenceAttribute Object
Represents single product variant reference attribute.
Added in Saleor 3.22type AssignedSingleProductVariantReferenceAttribute implements AssignedAttribute {
attribute: Attribute!
value: ProductVariant
}
Fields
attribute ● Attribute!
Attribute assigned to an object.
value ● ProductVariant
The assigned product variant reference.
Interfaces
AssignedAttribute
Represents an attribute assigned to an object.
Added in Saleor 3.22