Skip to main content

journalEntries

List journal entries. Requires MANAGE_PAYOUTS permission.

journalEntries(
filter: JournalEntryFilterInput
sortBy: JournalEntrySortingInput
before: String
after: String
first: Int
last: Int
): JournalEntryCountableConnection!

Arguments

journalEntries.filter ● JournalEntryFilterInput input

journalEntries.sortBy ● JournalEntrySortingInput input

journalEntries.before ● String scalar

Returns the items in the list that come before the specified cursor.

journalEntries.after ● String scalar

Returns the items in the list that come after the specified cursor.

journalEntries.first ● Int scalar

Returns the first n items from the list.

journalEntries.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

JournalEntryCountableConnection object

A connection to a list of items.

Was this page helpful?