RelatedMediaAdditionNotification
Notification for when new media is added to the site
type RelatedMediaAdditionNotification {
  id: Int!
  type: NotificationType
  mediaId: Int!
  context: String
  createdAt: Int
  media: Media
}
Fields
RelatedMediaAdditionNotification.id ● Int! non-null scalar
The id of the Notification
RelatedMediaAdditionNotification.type ● NotificationType enum
The type of notification
RelatedMediaAdditionNotification.mediaId ● Int! non-null scalar
The id of the new media
RelatedMediaAdditionNotification.context ● String scalar
The notification context text
RelatedMediaAdditionNotification.createdAt ● Int scalar
The time the notification was created at
RelatedMediaAdditionNotification.media ● Media object
The associated media of the airing schedule
Implemented By
NotificationUnion union