computeModule
Read one compute module by name. Requires the org 'view_compute_diagnostics' permission.
computeModule(
appId: BigInt!
name: String!
): WasmModule!
Arguments
computeModule.appId ● BigInt! non-null scalar
The app (tenant) that owns the module.
computeModule.name ● String! non-null scalar
The module name.
Type
WasmModule object
A WASM compute module: developer-authored Rust compiled to sandboxed WASM on game-api instances. Holds metadata, the deployed version pointer, and circuit-breaker state; source lives in versions.