Skip to main content

PageInfo

No description

type PageInfo {
currentPage: Int
endPage: Int
hasNextPage: Boolean
hasPreviousPage: Boolean
startPage: Int
}

Fields

PageInfo.currentPage ● Int scalar

The number of the current page.

PageInfo.endPage ● Int scalar

The number of the last page in the current range of pages.

PageInfo.hasNextPage ● Boolean scalar

Indicates whether there are more pages after the current page.

PageInfo.hasPreviousPage ● Boolean scalar

Indicates whether there are pages before the current page.

PageInfo.startPage ● Int scalar

The number of the first page in the current range of pages.

Member Of

Events object ● Races object