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}Fields
Section titled “Fields”MediaDeletionNotification.id ● Int! non-null scalar
Section titled “MediaDeletionNotification.id ● Int! ”The id of the Notification
MediaDeletionNotification.type ● NotificationType enum
Section titled “MediaDeletionNotification.type ● NotificationType ”The type of notification
MediaDeletionNotification.deletedMediaTitle ● String scalar
Section titled “MediaDeletionNotification.deletedMediaTitle ● String ”The title of the deleted media
MediaDeletionNotification.context ● String scalar
Section titled “MediaDeletionNotification.context ● String ”The reason for the media deletion
MediaDeletionNotification.reason ● String scalar
Section titled “MediaDeletionNotification.reason ● String ”The reason for the media deletion
MediaDeletionNotification.createdAt ● Int scalar
Section titled “MediaDeletionNotification.createdAt ● Int ”The time the notification was created at
Implemented By
Section titled “Implemented By”NotificationUnion union