StaffSubmissionUpdateNotification
Notification for when a staff 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 | |
| staff | Staff | The staff that was modified. | |
