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