PlayerPulse
Live concurrent players for a studio vs its all-time peak, a percentile comparison against other studios, and the site-wide CKS total.
type PlayerPulse {
orgLivePlayers: Int!
orgAllTimePeak: Int!
orgAllTimePeakAt: DateTime
globalLivePlayers: Int!
percentile: Float
poolSize: Int!
}
Fields
PlayerPulse.orgLivePlayers ● Int! non-null scalar
Current concurrent players for this org (dedicated environments plus active dev boxes).
PlayerPulse.orgAllTimePeak ● Int! non-null scalar
All-time peak concurrent players recorded for this org.
PlayerPulse.orgAllTimePeakAt ● DateTime scalar
When the org all-time peak was observed.
PlayerPulse.globalLivePlayers ● Int! non-null scalar
Current concurrent players site-wide (dedicated environments plus active dev boxes). Aggregate-only; no per-studio breakdown.
PlayerPulse.percentile ● Float scalar
Share of studios whose all-time peak is at or below this org (0–1). Null when the comparison pool is empty or this org has no peak.
PlayerPulse.poolSize ● Int! non-null scalar
Number of studios in the percentile comparison pool (studios with all_time_peak > 0).
Returned By
playerPulse query