AppPlayerUsageRow
Per-player usage row for studio diagnostics (top spenders / quota utilization): one (player, app) aggregate over a window.
type AppPlayerUsageRow {
userId: BigInt!
computeUnits: BigInt!
automationUnits: BigInt!
compileCount: Int!
chargedCents: BigInt!
}
Fields
AppPlayerUsageRow.userId ● BigInt! non-null scalar
The player (grid owner).
AppPlayerUsageRow.computeUnits ● BigInt! non-null scalar
Player compute units used.
AppPlayerUsageRow.automationUnits ● BigInt! non-null scalar
Player automation units used.
AppPlayerUsageRow.compileCount ● Int! non-null scalar
Compile submissions.
AppPlayerUsageRow.chargedCents ● BigInt! non-null scalar
Cents charged in the window.
Returned By
appPlayerUsage query