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