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}Fields
Section titled “Fields”StaffSubmissionUpdateNotification.id ● Int! non-null scalar
Section titled “StaffSubmissionUpdateNotification.id ● Int! ”The id of the Notification
StaffSubmissionUpdateNotification.type ● NotificationType enum
Section titled “StaffSubmissionUpdateNotification.type ● NotificationType ”The type of notification
StaffSubmissionUpdateNotification.contexts ● [String] list scalar
Section titled “StaffSubmissionUpdateNotification.contexts ● [String] ”The notification context text
StaffSubmissionUpdateNotification.status ● String scalar
Section titled “StaffSubmissionUpdateNotification.status ● String ”The status of the submission
StaffSubmissionUpdateNotification.notes ● String scalar
Section titled “StaffSubmissionUpdateNotification.notes ● String ”The notes of the submission
StaffSubmissionUpdateNotification.createdAt ● Int scalar
Section titled “StaffSubmissionUpdateNotification.createdAt ● Int ”The time the notification was created at
StaffSubmissionUpdateNotification.staff ● Staff object
Section titled “StaffSubmissionUpdateNotification.staff ● Staff ”The staff that was modified.
Implemented By
Section titled “Implemented By”NotificationUnion union