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
Cursor to the first item @exposed
PageInfo.endCursor
● Cursor
scalar
Cursor to the last item @exposed
PageInfo.hasNextPage
● Boolean!
non-null scalar
Whether there are more items after the current set. @exposed
PageInfo.hasPreviousPage
● Boolean!
non-null scalar
Whether there are more items before the current set. @exposed
Member of
WatchlistsConnection
object