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