MediaCharacter
Internal - Media characters separated
type MediaCharacter {
  id: Int
  role: CharacterRole
  roleNotes: String
  dubGroup: String
  characterName: String
  character: Character
  voiceActor: Staff
}
Fields
MediaCharacter.id ● Int scalar
The id of the connection
MediaCharacter.role ● CharacterRole enum
The characters role in the media
MediaCharacter.roleNotes ● String scalar
MediaCharacter.dubGroup ● String scalar
MediaCharacter.characterName ● String scalar
Media specific character name
MediaCharacter.character ● Character object
The characters in the media voiced by the parent actor
MediaCharacter.voiceActor ● Staff object
The voice actor of the character
Member Of
MediaSubmissionComparison object