Skip to main content

playerAutomations

List only the caller-owned player automations in one currently owned grid. Requires an app-scoped token; no app-wide listing exists.

playerAutomations(
appId: BigInt!
gridId: BigInt!
): [PlayerAutomation!]!

Arguments

playerAutomations.appId ● BigInt! non-null scalar

App containing the grid; must match the app-scoped token.

playerAutomations.gridId ● BigInt! non-null scalar

Grid currently owned by the caller.

Type

PlayerAutomation object

A player-owned automation confined to one app and grid. Trigger/action JSON has been structurally validated.