gameModelAutomation
Fetch one automation by name, including its circuit-breaker state. Requires app-admin ('manage_apps').
gameModelAutomation(
appId: BigInt!
name: String!
): GmAutomation!
Arguments
gameModelAutomation.appId ● BigInt! non-null scalar
The app (tenant) that owns the automation.
gameModelAutomation.name ● String! non-null scalar
The automation name to fetch.
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.