OBJECT

NotificationSupportedTargetType

Type object encapsulating the target type and the target provider name that will provide the targets for the type

link GraphQL Schema definition

  • type NotificationSupportedTargetType {
  • targetProviderName: String!
  • targetType: [String!]!
  • }