Skip to main content

pages

pages(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: PageOrder
where: PageWhereInput
): PageConnection!

Arguments

pages.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

pages.first ● Int scalar

Returns the first n elements from the list.

pages.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

pages.last ● Int scalar

Returns the last n elements from the list.

pages.orderBy ● PageOrder input

Ordering options for Pages returned from the connection.

pages.where ● PageWhereInput input

Filtering options for Pages returned from the connection.

Type

PageConnection object

A connection to a list of items.