Skip to main content

RuleTrigger

A trigger for an automation rule.

type RuleTrigger implements Timestamped {
createdAt: DateTime!
id: ID!
settings: JSON
type: RuleTriggerType!
updatedAt: DateTime!
}

Fields

RuleTrigger.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

RuleTrigger.id ● ID! non-null scalar common

RuleTrigger.settings ● JSON scalar common

Settings for the trigger in JSON format.

RuleTrigger.type ● RuleTriggerType! non-null enum common

The type of the trigger.

RuleTrigger.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Interfaces

Timestamped interface common

An object with timestamp fields for when it was created and last updated.

Member of

RuleTriggerConnection object ● RuleTriggerEdge object