OBJECT

AutomationV2Step

link GraphQL Schema definition

  • type AutomationV2Step {
  • actionName: String!
  • data: JSON
  • enabled: Boolean
  • id: ID!
  • # ID of the parent automation step
  • parentId: ID
  • resultFalseId: ID
  • # List of IDs for the result paths of the automation step
  • resultPathIds: JSON
  • resultTrueId: ID
  • # shortDescription of the Automation step
  • shortDescription: String!
  • stepIndex: ID
  • }