Objects

CharacterName

The names of the character

The names of the character

type CharacterName {
  first: String
  middle: String
  last: String
  full: String
  native: String
  alternative: [String]
  alternativeSpoiler: [String]
  userPreferred: String
}

Fields

CharacterName.first ● String scalar

The character's given name

CharacterName.middle ● String scalar

The character's middle name

CharacterName.last ● String scalar

The character's surname

CharacterName.full ● String scalar

The character's first and last name

CharacterName.native ● String scalar

The character's full name in their native language

CharacterName.alternative ● String list scalar

Other names the character might be referred to as

CharacterName.alternativeSpoiler ● String list scalar

Other names the character might be referred to as but are spoilers

CharacterName.userPreferred ● String scalar

The currently authenticated users preferred name language. Default romaji for non-authenticated

Member Of

Character object

Copyright © 2026