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