PageInfo
Information about pagination in a connection.
type PageInfo {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
endCursor: String
forwardCursors: [PageCursor!]!
backwardCursors: [PageCursor!]!
}
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.
PageInfo.forwardCursors ● [PageCursor!]! non-null object
A list of cursors to continue paginating forwards.
PageInfo.backwardCursors ● [PageCursor!]! non-null object
A list of cursors to continue paginating backwards.
Member Of
ContractConnection object ● DisputeConnection object ● DocumentConnection object ● EmployeeConnection object ● LeaveRequestConnection object ● OrderConnection object ● PayoutConnection object ● ProductConnection object ● SettlementConnection object