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