Skip to main content

playerWalletTransactions

The caller's player-wallet ledger, newest first: top-ups, hourly usage debits (per app), auto-recharges, refunds, and adjustments. Usage-debit hours are broken down by playerUsageCharges, whose snapshot splits the platform and studio-markup components.

playerWalletTransactions(
limit: Int
offset: Int
): [PlayerWalletTransaction!]!

Arguments

playerWalletTransactions.limit ● Int scalar

Max entries (default 50, max 200).

playerWalletTransactions.offset ● Int scalar

Entries to skip (pagination).

Type

PlayerWalletTransaction object

One player-wallet ledger entry: top-ups, hourly usage debits, auto-recharges, refunds, and adjustments. Usage debits carry the app and reference the hour's charge row, whose snapshot splits platform vs studio-markup components.