OBJECT
type AutomationV2Step {actionName: String! data: JSON enabled: Boolean id: ID! # ID of the parent automation stepparentId: ID resultFalseId: ID # List of IDs for the result paths of the automation stepresultPathIds: JSON resultTrueId: ID # shortDescription of the Automation stepshortDescription: String! stepIndex: ID }