pages
List of the shop's pages.
pages(
sortBy: PageSortingInput
filter: PageFilterInput
before: String
after: String
first: Int
last: Int
): PageCountableConnection
Arguments
pages.sortBy
● PageSortingInput
input pages
Sort pages.
pages.filter
● PageFilterInput
input pages
Filtering options for pages.
pages.before
● String
scalar miscellaneous
Return the elements in the list that come before the specified cursor.
pages.after
● String
scalar miscellaneous
Return the elements in the list that come after the specified cursor.
pages.first
● Int
scalar miscellaneous
Retrieve the first n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.
pages.last
● Int
scalar miscellaneous
Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.