PageInfo
Information about pagination in a connection.
type PageInfo {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
endCursor: String
}
Fields
PageInfo.hasNextPage ● Boolean! non-null scalar
Indicates whether more edges exist following the set defined by the clients arguments.
PageInfo.hasPreviousPage ● Boolean! non-null scalar
Indicates whether more edges exist prior the set defined by the clients arguments.
PageInfo.startCursor ● String scalar
When paginating backwards, the cursor to continue.
PageInfo.endCursor ● String scalar
When paginating forwards, the cursor to continue.
Member Of
DataRoomDocumentIndexItemsConnection object ● DataRoomUsersConnection object