Skip to content

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
}

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

NotificationUnion union