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