Skip to content

MediaDeletionNotification

Notification for when a media tracked in a user’s list is deleted from the site

type MediaDeletionNotification {
id: Int!
type: NotificationType
deletedMediaTitle: String
context: String
reason: String
createdAt: Int
}

The id of the Notification

The type of notification

The title of the deleted media

The reason for the media deletion

The reason for the media deletion

The time the notification was created at

NotificationUnion union