generalLedgerBalancesForwardExpanded
EXPERIMENTAL – Work in progress. This query may change or be removed without notice. Do not use in production.
EXPERIMENTAL – DO NOT USE IN PRODUCTION. Subject to breaking changes or removal. Forward-period expansion with overflow. pageSize = approximate source documents to process. Response may exceed pageSize because each source document is expanded into virtual monthly periods up to current month. Use lastGroupKey (format 'branchId_accountId_subaccountId') for pagination.
generalLedgerBalancesForwardExpanded(
lastGroupKey: String
updatedInDataMart: DateTime
pageSize: Int! = 100
periodsUpTo: String
toggleBalanceSign: Boolean! = false
): [GeneralLedgerBalance!]! @deprecated
Arguments
generalLedgerBalancesForwardExpanded.lastGroupKey ● String scalar
Pagination cursor for group-based queries. Format: 'branchId_accountId_subaccountId'. Pass the lastGroupKey from the previous page to get the next page.
generalLedgerBalancesForwardExpanded.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
generalLedgerBalancesForwardExpanded.pageSize ● Int! non-null scalar
Approximate max source documents to process
generalLedgerBalancesForwardExpanded.periodsUpTo ● String scalar
Upper-bound financial period (yyyyMM) for forward expansion. Defaults to the current month when not provided.
generalLedgerBalancesForwardExpanded.toggleBalanceSign ● Boolean! non-null scalar
If set to true, the balance sign will be toggled
Type
GeneralLedgerBalance object
GeneralLedgerBalances. Represents the balance of a general ledger account for a specific period.