playerComputeLogs
Failed-run diagnostics for player modules on a grid the caller currently owns: the failing runs with their typed error kinds, newest first. The owner-scoped twin of computeModuleLogs.
playerComputeLogs(
appId: BigInt!
gridId: BigInt!
moduleName: String
limit: Int
): [PlayerWasmModuleRun!]!
Arguments
playerComputeLogs.appId ● BigInt! non-null scalar
App containing the owned grid.
playerComputeLogs.gridId ● BigInt! non-null scalar
Owned grid whose failures to list.
playerComputeLogs.moduleName ● String scalar
Optional: only failures of this module. Omit for all.
playerComputeLogs.limit ● Int scalar
Max entries to return (default 50, max 200).
Type
PlayerWasmModuleRun object
One execution of a player module (init/tick/invoke/event), attributed to the grid owner it ran as. The per-run twin of the studio WasmModuleRun, scoped to grids the caller currently owns.