OBJECT

NotificationRulesProviderInfo

link GraphQL Schema definition

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