gameModelAutomations
List the automations defined for an app. Requires app-admin ('manage_apps').
gameModelAutomations(
appId: BigInt!
): [GmAutomation!]!
Arguments
gameModelAutomations.appId ● BigInt! non-null scalar
The app (tenant) whose automations to list.
Type
GmAutomation object
An autonomous process (automation / NPC): a server-driven entry-point function bound to a trigger (schedule or model activity) plus a safety budget and circuit-breaker state.