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