GeneralLedgerBalanceGroupPage
A page of GeneralLedgerBalance documents with a group-based pagination cursor.
type GeneralLedgerBalanceGroupPage {
items: [GeneralLedgerBalance!]!
lastGroupKey: String
hasMore: Boolean!
}
Fields
GeneralLedgerBalanceGroupPage.items ● [GeneralLedgerBalance!]! non-null object
The balance documents for this page.
GeneralLedgerBalanceGroupPage.lastGroupKey ● String scalar
Pagination cursor (format 'v2:ledgerId_branchId_accountId_subaccountId') identifying the last group on this page. Pass it back as lastGroupKey to fetch the next page. Null when the page is empty. Cursors from the deprecated non-V2 queries use a different group order and are rejected here.
GeneralLedgerBalanceGroupPage.hasMore ● Boolean! non-null scalar
True when more groups exist beyond this page; false on the last page.
Returned By
generalLedgerBalancesByPeriodV2 query ● generalLedgerBalancesForwardByGroupV2 query