ledgers
List of ledgers in the system
ledgers(
filter: LedgerEntryFilterInput
sortBy: LedgerSortingInput
before: String
after: String
first: Int
last: Int
): LedgerCountableConnection
Arguments
ledgers.filter ● LedgerEntryFilterInput input
Filtering options for ledgers.
ledgers.sortBy ● LedgerSortingInput input
Sorting options for ledgers.
ledgers.before ● String scalar
Return the elements in the list that come before the specified cursor.
ledgers.after ● String scalar
Return the elements in the list that come after the specified cursor.
ledgers.first ● Int scalar
Return the first n elements from the list.
ledgers.last ● Int scalar
Return the last n elements from the list.