Skip to main content

AssignedMultiPageReferenceAttribute Object

Represents multi page reference attribute.

Added in Saleor 3.22 (unreleased)
type AssignedMultiPageReferenceAttribute implements AssignedAttribute {
attribute: Attribute!
value(limit: Int = 100): [Page!]!
}

Fields

AssignedMultiPageReferenceAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedMultiPageReferenceAttribute.value ● [Page!]! non-null object pages

List of assigned page references.

AssignedMultiPageReferenceAttribute.value.limit ● Int scalar miscellaneous

Maximum number of referenced pages to return. Value must be greater than 0. Default is 100.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)