Skip to main content

AssignedSingleCategoryReferenceAttribute Object

Represents single category reference attribute.

Added in Saleor 3.22 (unreleased)
type AssignedSingleCategoryReferenceAttribute implements AssignedAttribute {
attribute: Attribute!
value: Category
}

Fields

AssignedSingleCategoryReferenceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedSingleCategoryReferenceAttribute.value ● Category object products

The assigned category reference.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)