UpdateAutomationInput
Autogenerated input type of UpdateAutomation
input UpdateAutomationInput {
actions: [AutomationActionInput!]
clientMutationId: String
conditions: AutomationConditionsInput
description: String
event: AutomationEventEnum
id: ID!
name: String
status: AutomationStatusEnum
}
Fields
UpdateAutomationInput.actions ● [AutomationActionInput!] list input automations
Actions to be executed when the automation rule is triggered.
UpdateAutomationInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateAutomationInput.conditions ● AutomationConditionsInput input automations
Conditions that must be met for the automation rule to trigger.
UpdateAutomationInput.description ● String scalar common
Description of the automation rule.
UpdateAutomationInput.event ● AutomationEventEnum enum automations
Event type that triggers the automation rule.
UpdateAutomationInput.id ● ID! non-null scalar common
ID of the automation rule to update.
UpdateAutomationInput.name ● String scalar common
Name of the automation rule.
UpdateAutomationInput.status ● AutomationStatusEnum enum automations
Whether the automation rule is active.
Member Of
automationUpdateRules mutation