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
Cursor of the last row in this page, usable as the next after argument.
PageInfo.hasNextPage ● Boolean! non-null scalar graph-ql-types
Whether more items are available after this page.
PageInfo.hasPreviousPage ● Boolean! non-null scalar graph-ql-types
Whether more items are available before this page.
Member Of
AIUsageConnection object ● AssistantConversationMessagesConnection object ● AssistantDocumentListConnection object ● WatchlistsConnection object