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