OBJECT
InsightNotificationRuleMutationProvider
link GraphQL Schema definition
- type InsightNotificationRuleMutationProvider implements NotificationRulesMutationProvider {
- # Delete a notification rule
- #
- # Arguments
- # notificationRuleId: [Not documented]
- (
- String! :
- ): InsightNotificationRule
- # Information about this provider
- String :
- # create/update a notification rule
- #
- # Arguments
- # ruleInput: [Not documented]
- (
- InsightNotificationRuleInput! :
- ): InsightNotificationRule
- }