ledgers
List ledgers. Requires MANAGE_PAYOUTS permission.
ledgers(
filter: LedgerEntryFilterInput
sortBy: LedgerSortingInput
before: String
after: String
first: Int
last: Int
): LedgerCountableConnection!
Arguments
ledgers.filter ● LedgerEntryFilterInput input
ledgers.sortBy ● LedgerSortingInput input
ledgers.before ● String scalar
Returns the items in the list that come before the specified cursor.
ledgers.after ● String scalar
Returns the items in the list that come after the specified cursor.
ledgers.first ● Int scalar
Returns the first n items from the list.
ledgers.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
LedgerCountableConnection object
A connection to a list of items.