Skip to content

StaffSubmission

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

type StaffSubmission {
id: Int!
staff: Staff
submission: Staff
submitter: User
assignee: User
status: SubmissionStatus
notes: String
source: String
locked: Boolean
createdAt: Int
}

The id of the submission

Staff that the submission is referencing

The staff 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

CharacterSubmissionEdge object ● InternalPage object