gameModelAutomationTriggers
List automation event triggers for an app, optionally filtered to one automation (by name). Requires app-admin ('manage_apps').
gameModelAutomationTriggers(
appId: BigInt!
automationName: String
): [GmAutomationTrigger!]!
Arguments
gameModelAutomationTriggers.appId ● BigInt! non-null scalar
The app (tenant) whose triggers to list.
gameModelAutomationTriggers.automationName ● String scalar
Optional: only triggers for this automation. Omit for all.
Type
GmAutomationTrigger object
An event subscription that fires an automation in reaction to model activity (matched in the API server, not the DB).