Skip to main content

walletTransactions

Lists the organization's wallet transactions (credits and debits), ordered newest first. Use it to audit how the balance changed over time. Requires the 'view_billing' org permission.

walletTransactions(
orgId: BigInt!
limit: Int
offset: Int
): [WalletTransaction!]!

Arguments

walletTransactions.orgId ● BigInt! non-null scalar

Organization id (BigInt as a decimal string) whose transactions to list.

walletTransactions.limit ● Int deprecated scalar

DEPRECATED

Use walletTransactionsConnection(first:, after:) instead. See /overview/pagination.

Maximum number of transactions to return. Defaults to 50 when omitted.

walletTransactions.offset ● Int deprecated scalar

DEPRECATED

Use walletTransactionsConnection(first:, after:) instead. See /overview/pagination.

Number of transactions to skip before returning results, for offset/limit pagination. Defaults to 0 when omitted.

Type

WalletTransaction object