CharacterSubmissionUpdateNotification
Notification for when a character 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 | |
| character | Character | The character that was modified. | |
