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
Information about the pagination of the list.
PageInfo.endCursor ● Cursor scalar
The cursor for the end of the page.
PageInfo.hasNextPage ● Boolean! non-null scalar
Indicates if there are more pages of results.
PageInfo.hasPreviousPage ● Boolean! non-null scalar
Indicates if there are previous pages of results.
Member of
WatchlistsConnection  object