Skip to content

MediaTitle

The official titles of the media in various languages

type MediaTitle {
romaji(
stylised: Boolean
): String
english(
stylised: Boolean
): String
native(
stylised: Boolean
): String
userPreferred: String
}

The romanization of the native language title

The official english title

Official title in it’s native language

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

Media object