INPUT_OBJECT

CreateTriggerInstanceAttributes

link GraphQL Schema definition

  • input CreateTriggerInstanceAttributes {
  • # ID of the automation
  • automationId: ID!
  • # Name of the trigger to add
  • triggerName: String!
  • # Time strategy for the trigger
  • timeStrategy: String
  • }