Skip to main content

AssignedSinglePageReferenceAttribute Object

Represents single page reference attribute.

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

Fields

AssignedSinglePageReferenceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedSinglePageReferenceAttribute.value ● Page object pages

The assigned page reference.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)