Skip to content

MediaSubmissionUpdateNotification

Notification for when a media submission is accepted, partially accepted, or rejected

type MediaSubmissionUpdateNotification {
id: Int!
type: NotificationType
contexts: [String]
status: String
notes: String
createdAt: Int
media: Media
submittedTitle: String
}

The id of the Notification

The type of notification

The notification context text

The status of the submission

The notes of the submission

The time the notification was created at

The media that was created or modified. If this submission was to create a new media and it was rejected, this will be null.

The title of the media that was submitted. If this submission was to edit an existing media, this will be null.

NotificationUnion union