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
Section titled “Fields”RelatedMediaAdditionNotification.id ● Int! non-null scalar
Section titled “RelatedMediaAdditionNotification.id ● Int! ”The id of the Notification
RelatedMediaAdditionNotification.type ● NotificationType enum
Section titled “RelatedMediaAdditionNotification.type ● NotificationType ”The type of notification
RelatedMediaAdditionNotification.mediaId ● Int! non-null scalar
Section titled “RelatedMediaAdditionNotification.mediaId ● Int! ”The id of the new media
RelatedMediaAdditionNotification.context ● String scalar
Section titled “RelatedMediaAdditionNotification.context ● String ”The notification context text
RelatedMediaAdditionNotification.createdAt ● Int scalar
Section titled “RelatedMediaAdditionNotification.createdAt ● Int ”The time the notification was created at
RelatedMediaAdditionNotification.media ● Media object
Section titled “RelatedMediaAdditionNotification.media ● Media ”The associated media of the airing schedule
Implemented By
Section titled “Implemented By”NotificationUnion union