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