Skip to content

CharacterSubmission

A submission for a character that features in an anime or manga

type CharacterSubmission {
id: Int!
character: Character
submission: Character
submitter: User
assignee: User
status: SubmissionStatus
notes: String
source: String
locked: Boolean
createdAt: Int
}

The id of the submission

Character that the submission is referencing

The character submission changes

Submitter for the submission

Data Mod assigned to handle the submission

Status of the submission

Inner details of submission status

Whether the submission is locked

CharacterSubmissionConnection object ● CharacterSubmissionEdge object ● InternalPage object