Objects
MediaSubmissionUpdateNotification
Notification for when a media submission is accepted, partially accepted, or rejected
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
}
Fields
MediaSubmissionUpdateNotification.id ● Int! non-null scalar
The id of the Notification
MediaSubmissionUpdateNotification.type ● NotificationType enum
The type of notification
MediaSubmissionUpdateNotification.contexts ● String list scalar
The notification context text
MediaSubmissionUpdateNotification.status ● String scalar
The status of the submission
MediaSubmissionUpdateNotification.notes ● String scalar
The notes of the submission
MediaSubmissionUpdateNotification.createdAt ● Int scalar
The time the notification was created at
MediaSubmissionUpdateNotification.media ● Media object
The media that was created or modified. If this submission was to create a new media and it was rejected, this will be null.
MediaSubmissionUpdateNotification.submittedTitle ● String scalar
The title of the media that was submitted. If this submission was to edit an existing media, this will be null.
Implemented By
NotificationUnion union