journalEntries
List of journal entries in the ledger system.
journalEntries(
filter: JournalEntryFilterInput
sortBy: JournalEntrySortingInput
before: String
after: String
first: Int
last: Int
): JournalEntryCountableConnection
Arguments
journalEntries.filter ● JournalEntryFilterInput input
Filtering options for journal entries.
journalEntries.sortBy ● JournalEntrySortingInput input
Sorting options for journal entries.
journalEntries.before ● String scalar
Return the elements in the list that come before the specified cursor.
journalEntries.after ● String scalar
Return the elements in the list that come after the specified cursor.
journalEntries.first ● Int scalar
Return the first n elements from the list.
journalEntries.last ● Int scalar
Return the last n elements from the list.