Skip to content

MediaMergeNotification

Notification for when a media entry is merged into another for a user who had it on their list

type MediaMergeNotification {
id: Int!
type: NotificationType
mediaId: Int!
deletedMediaTitles: [String]
context: String
reason: String
createdAt: Int
media: Media
}

The id of the Notification

The type of notification

The id of the media that was merged into

The title of the deleted media

The reason for the media data change

The reason for the media merge

The time the notification was created at

The media that was merged into

NotificationUnion union