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}Fields
Section titled “Fields”The id of the Notification
MediaMergeNotification.type ● NotificationType enum
Section titled “MediaMergeNotification.type ● NotificationType ”The type of notification
MediaMergeNotification.mediaId ● Int! non-null scalar
Section titled “MediaMergeNotification.mediaId ● Int! ”The id of the media that was merged into
MediaMergeNotification.deletedMediaTitles ● [String] list scalar
Section titled “MediaMergeNotification.deletedMediaTitles ● [String] ”The title of the deleted media
MediaMergeNotification.context ● String scalar
Section titled “MediaMergeNotification.context ● String ”The reason for the media data change
MediaMergeNotification.reason ● String scalar
Section titled “MediaMergeNotification.reason ● String ”The reason for the media merge
MediaMergeNotification.createdAt ● Int scalar
Section titled “MediaMergeNotification.createdAt ● Int ”The time the notification was created at
The media that was merged into
Implemented By
Section titled “Implemented By”NotificationUnion union