OBJECT
AutomationStep
Automation Step
link GraphQL Schema definition
- type AutomationStep {
- # action of the Automation step
- : AutomationActionEnum
- # automation of the Automation step
- : Automation
- # data of the Automation step
- : JSON
- # ID of the Automation
- : ID!
- # shortDescription of the Automation step
- : String!
- # stepIndex of the Automation step
- : String!
- }