OBJECT

AutomationStep

Automation Step

link GraphQL Schema definition

  • type AutomationStep {
  • # action of the Automation step
  • action: AutomationActionEnum
  • # automation of the Automation step
  • automation: Automation
  • # data of the Automation step
  • data: JSON
  • # ID of the Automation
  • id: ID!
  • # shortDescription of the Automation step
  • shortDescription: String!
  • # stepIndex of the Automation step
  • stepIndex: String!
  • }