GeneralLedgerBalanceForwardPage
A page of forward-expanded GeneralLedgerBalance documents with a group-based pagination cursor.
type GeneralLedgerBalanceForwardPage {
items: [GeneralLedgerBalance!]!
lastGroupKey: String
hasMore: Boolean!
}
Fields
GeneralLedgerBalanceForwardPage.items ● [GeneralLedgerBalance!]! non-null object
The forward-expanded balance documents for this page.
GeneralLedgerBalanceForwardPage.lastGroupKey ● String scalar
Pagination cursor (format 'branchId_accountId_subaccountId_ledgerId') identifying the last group on this page. Pass it back as lastGroupKey to fetch the next page. Null when the page is empty.
GeneralLedgerBalanceForwardPage.hasMore ● Boolean! non-null scalar
True when more groups exist beyond this page; false on the last page.
Returned By
generalLedgerBalancesForwardByGroup query ● generalLedgerBalancesForwardExpanded query