OBJECT
PossibleAutomationStep
link GraphQL Schema definition
- type PossibleAutomationStep {
- # The triggers belonging to this group
- : [AutomationV2Step!]
- # The key representing the group (e.g., 'contact', 'campaign')
- : String!
- }
OBJECT
- type PossibleAutomationStep {
- # The triggers belonging to this group
- : [AutomationV2Step!]
- # The key representing the group (e.g., 'contact', 'campaign')
- : String!
- }