Objects

MediaDeletionNotification

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

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
}

Fields

MediaDeletionNotification.id ● Int! non-null scalar

The id of the Notification

MediaDeletionNotification.type ● NotificationType enum

The type of notification

MediaDeletionNotification.deletedMediaTitle ● String scalar

The title of the deleted media

MediaDeletionNotification.context ● String scalar

The reason for the media deletion

MediaDeletionNotification.reason ● String scalar

The reason for the media deletion

MediaDeletionNotification.createdAt ● Int scalar

The time the notification was created at

Implemented By

NotificationUnion union

Copyright © 2026