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