MediaSubmissionUpdateNotification
Notification for when a media submission is accepted, partially accepted, or rejected
| Field | Argument | Type | Description |
|---|---|---|---|
| id | Int! | The id of the Notification | |
| type | NotificationType | The type of notification | |
| contexts | [String] | The notification context text | |
| status | String | The status of the submission | |
| notes | String | The notes of the submission | |
| createdAt | Int | The time the notification was created at | |
| media | Media | The media that was created or modified. If this submission was to create a new media and it was rejected, this will be null. | |
| submittedTitle | String | The title of the media that was submitted. If this submission was to edit an existing media, this will be null. | |
