Skip to content

MediaDataChangeNotification

Notification for when a media entry’s data was changed in a significant way impacting users’ list tracking

type MediaDataChangeNotification {
id: Int!
type: NotificationType
mediaId: Int!
context: String
reason: String
createdAt: Int
media: Media
}

The id of the Notification

The type of notification

The id of the media that received data changes

The reason for the media data change

The reason for the media data change

The time the notification was created at

The media that received data changes

NotificationUnion union