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