AssignedMultiPageReferenceAttribute Object
Represents multi page reference attribute.
Added in Saleor 3.22type AssignedMultiPageReferenceAttribute implements AssignedAttribute {
attribute: Attribute!
value(limit: PositiveInt = 100): [Page!]!
}
Fields
attribute ● Attribute!
Attribute assigned to an object.
value ● [Page!]!
List of assigned page references.
limit ● PositiveInt
Maximum number of referenced pages to return. Default is 100.
Interfaces
AssignedAttribute
Represents an attribute assigned to an object.
Added in Saleor 3.22