OBJECT
NotificationRulesProviderInfo
link GraphQL Schema definition
- type NotificationRulesProviderInfo {
- # Name of the notification target provider that this rules provider would publish
- # its notifications with
- String! :
- # Name for this notification rules provider - queries and mutations directed to
- # this provider name will be sent to this provider.
- String! :
- # List of supported types and their provider name
- NotificationSupportedTargetType!] : [
- }