computeUpsertTrigger
Bind a trigger to a compute module: a tick loop (tickHz, clamped by policy), an event subscription (model or compute events), or a client-invokable export (with an optional invoke policy). Requires the org 'manage_compute' permission.
computeUpsertTrigger(
input: UpsertComputeTriggerInput!
): WasmModuleTrigger!
Arguments
computeUpsertTrigger.input ● UpsertComputeTriggerInput! non-null input
The app, module name, trigger type, and type-specific fields.
Type
WasmModuleTrigger object
A trigger binding on a compute module: a tick loop, a model/compute event subscription, or a client-invokable export.