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