Skip to main content

playerComputeUsage

The caller's player-compute spend and quota view for one app (P2): compute units used in the current clock hour/day vs the effective units_per_hour/units_per_day policy caps, compile-quota utilization, and the wallet/spend-cap gate state with its typed reason. This is the remaining-budget source the live-coding panel consumes.

playerComputeUsage(
appId: BigInt!
): PlayerComputeUsage!

Arguments

playerComputeUsage.appId ● BigInt! non-null scalar

App whose player usage to report.

Type

PlayerComputeUsage object

The caller's player-compute spend and quota view for one app (P2): unit usage in the current clock hour/day, the effective policy limits, compile-quota utilization, and the replica-synced wallet/spend-cap gate state. Units follow the platform formula GREATEST(cpu ms, fuel/22M); player automation units are included.