Objects
StaffSubmissionUpdateNotification
Notification for when a staff submission is accepted, partially accepted, or rejected
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
StaffSubmissionUpdateNotification.id ● Int! non-null scalar
The id of the Notification
StaffSubmissionUpdateNotification.type ● NotificationType enum
The type of notification
StaffSubmissionUpdateNotification.contexts ● String list scalar
The notification context text
StaffSubmissionUpdateNotification.status ● String scalar
The status of the submission
StaffSubmissionUpdateNotification.notes ● String scalar
The notes of the submission
StaffSubmissionUpdateNotification.createdAt ● Int scalar
The time the notification was created at
StaffSubmissionUpdateNotification.staff ● Staff object
The staff that was modified.
Implemented By
NotificationUnion union