INPUT_OBJECT

CreateEventCustomRule

link GraphQL Schema definition

1input CreateEventCustomRule {
4
2# The name of the custom rule
3name: String!
7
5# The status of the custom rule
6status: EventCustomRuleStatus
10
8# The event type that the rule subscribes to
9eventType: String!
13
11# The event name that the rule subscribes to
12eventName: String!
16
14# The description of the custom rule
15description: String
19
17# The event action as a mutated copy of EventActionTemplate
18actions: JSONData
22
20# The rule params to be used in actions
21params: JSONData
23}