CharacterSubmissionUpdateNotification
Notification for when a character submission is accepted, partially accepted, or rejected
type CharacterSubmissionUpdateNotification { id: Int! type: NotificationType contexts: [String] status: String notes: String createdAt: Int character: Character}Fields
Section titled “Fields”CharacterSubmissionUpdateNotification.id ● Int! non-null scalar
Section titled “CharacterSubmissionUpdateNotification.id ● Int! ”The id of the Notification
CharacterSubmissionUpdateNotification.type ● NotificationType enum
Section titled “CharacterSubmissionUpdateNotification.type ● NotificationType ”The type of notification
CharacterSubmissionUpdateNotification.contexts ● [String] list scalar
Section titled “CharacterSubmissionUpdateNotification.contexts ● [String] ”The notification context text
CharacterSubmissionUpdateNotification.status ● String scalar
Section titled “CharacterSubmissionUpdateNotification.status ● String ”The status of the submission
CharacterSubmissionUpdateNotification.notes ● String scalar
Section titled “CharacterSubmissionUpdateNotification.notes ● String ”The notes of the submission
CharacterSubmissionUpdateNotification.createdAt ● Int scalar
Section titled “CharacterSubmissionUpdateNotification.createdAt ● Int ”The time the notification was created at
CharacterSubmissionUpdateNotification.character ● Character object
Section titled “CharacterSubmissionUpdateNotification.character ● Character ”The character that was modified.
Implemented By
Section titled “Implemented By”NotificationUnion union