PageInfo
description
Page info type which is used for pagination.
type PageInfo {
startCursor: Cursor
endCursor: Cursor
hasNextPage: Boolean!
hasPreviousPage: Boolean!
}
Fields
PageInfo.startCursor ● Cursor scalar graph-ql-types
Information about the pagination of the list.
GraphQL Cursor Connections Specification
PageInfo.endCursor ● Cursor scalar graph-ql-types
The cursor for the end of the page.
PageInfo.hasNextPage ● Boolean! non-null scalar graph-ql-types
Indicates if there are more pages of results.
PageInfo.hasPreviousPage ● Boolean! non-null scalar graph-ql-types
Indicates if there are previous pages of results.
Member Of
WatchlistsConnection object