playerComputeMyModules
List player modules the caller authored or that are installed on grids they currently own. Requires a valid app token; closed source is never included here.
playerComputeMyModules(
appId: BigInt!
): [PlayerWasmModule!]!
Arguments
playerComputeMyModules.appId ● BigInt! non-null scalar
App whose player modules to list.
Type
PlayerWasmModule object
A grid-bound player compute module. Runtime identity is never stored here; it resolves from the grid current owner at activation.