pages
List all pages with optional filtering and sorting
pages(
filter: PageFilterInput
sortBy: PageSortingInput
before: String
after: String
first: Int
last: Int
): PageCountableConnection!
Arguments
pages.filter ● PageFilterInput input
pages.sortBy ● PageSortingInput input
pages.before ● String scalar
Returns the items in the list that come before the specified cursor.
pages.after ● String scalar
Returns the items in the list that come after the specified cursor.
pages.first ● Int scalar
Returns the first n items from the list.
pages.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
PageCountableConnection object
A connection to a list of items.