Notification
No description
type Notification {
campaignId: String!
excludeTargets: [NotificationTarget!]!
id: String!
message: String
messageTranslations: [TranslationString!]!
redirectTo: NotificationRedirectTo
sendAt: String!
status: NotificationStatus!
targets: [NotificationTarget!]!
title: String
titleTranslations: [TranslationString!]
}