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}Fields
Section titled “Fields”MediaDataChangeNotification.id ● Int! non-null scalar
Section titled “MediaDataChangeNotification.id ● Int! ”The id of the Notification
MediaDataChangeNotification.type ● NotificationType enum
Section titled “MediaDataChangeNotification.type ● NotificationType ”The type of notification
MediaDataChangeNotification.mediaId ● Int! non-null scalar
Section titled “MediaDataChangeNotification.mediaId ● Int! ”The id of the media that received data changes
MediaDataChangeNotification.context ● String scalar
Section titled “MediaDataChangeNotification.context ● String ”The reason for the media data change
MediaDataChangeNotification.reason ● String scalar
Section titled “MediaDataChangeNotification.reason ● String ”The reason for the media data change
MediaDataChangeNotification.createdAt ● Int scalar
Section titled “MediaDataChangeNotification.createdAt ● Int ”The time the notification was created at
MediaDataChangeNotification.media ● Media object
Section titled “MediaDataChangeNotification.media ● Media ”The media that received data changes
Implemented By
Section titled “Implemented By”NotificationUnion union