Skip to main content

AssignedSingleCollectionReferenceAttribute Object

Represents single collection reference attribute.

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

Fields

AssignedSingleCollectionReferenceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedSingleCollectionReferenceAttribute.value ● Collection object products

The assigned collection reference.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)