computeModules
List the compute modules defined for an app. Requires the org 'view_compute_diagnostics' permission.
computeModules(
appId: BigInt!
): [WasmModule!]!
Arguments
computeModules.appId ● BigInt! non-null scalar
The app (tenant) whose modules to list.
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.