Skip to content

CharacterEdge

Character connection edge

type CharacterEdge {
node: Character
id: Int
role: CharacterRole
name: String
voiceActors(
language: StaffLanguage
sort: [StaffSort]
): [Staff]
voiceActorRoles(
language: StaffLanguage
sort: [StaffSort]
): [StaffRoleType]
media: [Media]
favouriteOrder: Int
}

The id of the connection

The characters role in the media

Media specific character name

The voice actors of the character

The voice actors of the character with role date

The media the character is in

The order the character should be displayed from the users favourites

CharacterConnection object