OBJECT

AddAutomationTriggerPayload

Autogenerated return type of AddAutomationTrigger

link GraphQL Schema definition

  • type AddAutomationTriggerPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Errors encountered during the mutation
  • errors: [String!]
  • # The newly created trigger instance
  • triggerInstance: TriggerInstance
  • }

link Require by