TriggerInput
No description
input TriggerInput {
id: ID
settings: JSON
type: RuleTriggerType!
}
Fields
TriggerInput.id ● ID scalar common
The existing trigger id.
TriggerInput.settings ● JSON scalar common
Settings for the trigger.
TriggerInput.type ● RuleTriggerType! non-null enum common
The type of the trigger.
Member of
RuleCreateInput input ● RuleUpdateInput input