Skip to main content

computeModuleTriggers

List trigger bindings for an app, optionally filtered to one module. Requires the org 'view_compute_diagnostics' permission.

computeModuleTriggers(
appId: BigInt!
moduleName: String
): [WasmModuleTrigger!]!

Arguments

computeModuleTriggers.appId ● BigInt! non-null scalar

The app (tenant) whose triggers to list.

computeModuleTriggers.moduleName ● String scalar

Optional: only triggers of this module.

Type

WasmModuleTrigger object

A trigger binding on a compute module: a tick loop, a model/compute event subscription, or a client-invokable export.