INPUT_OBJECT

UpdateEventCustomRule

link GraphQL Schema definition

1input UpdateEventCustomRule {
4
2# The id of the custom rule
3id: ID!
7
5# The name of the custom rule
6name: String
10
8# The status of the custom rule
9status: EventCustomRuleStatus
13
11# The description of the custom rule
12description: String
16
14# The event actions as a mutated copy of EventActionTemplate
15actions: JSONData
19
17# The rule params to be used in actions
18params: JSONData
20}