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
Sort pages.
pages.filter ● PageFilterInput input
Filtering options for pages.
pages.before ● String scalar
Return the elements in the list that come before the specified cursor.
pages.after ● String scalar
Return the elements in the list that come after the specified cursor.
pages.first ● Int scalar
Return the first n elements from the list.
pages.last ● Int scalar
Return the last n elements from the list.