Skip to content

transactions

fetch transactions for the current user

Arguments

Returns

[TransactionType!]

Example

query transactions($payout_id: String, $user_id: String) {
transactions(payout_id: $payout_id, user_id: $user_id) {
currency
displayed_amount
source_name
}
}