Skip to content

StaffSubmissionUpdateNotification

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

type StaffSubmissionUpdateNotification {
id: Int!
type: NotificationType
contexts: [String]
status: String
notes: String
createdAt: Int
staff: Staff
}

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 staff that was modified.

NotificationUnion union