Character
A character that features in an anime or manga
type Character { id: Int! name: CharacterName image: CharacterImage description( asHtml: Boolean ): String gender: String dateOfBirth: FuzzyDate age: String bloodType: String isFavourite: Boolean! isFavouriteBlocked: Boolean! siteUrl: String media( sort: [MediaSort] type: MediaType onList: Boolean page: Int perPage: Int ): MediaConnection updatedAt: Int @deprecated favourites: Int modNotes: String}Fields
Section titled “Fields”Character.id ● Int! non-null scalar
Section titled “Character.id ● Int! ”The id of the character
The names of the character
Character images
A general description of the character
Character.description.asHtml ● Boolean scalar
Section titled “Character.description.asHtml ● Boolean ”Return the string in pre-parsed html instead of markdown
The character’s gender. Usually Male, Female, or Non-binary but can be any string.
The character’s birth date
The character’s age. Note this is a string, not an int, it may contain further text and additional ages.
The characters blood type
If the character is marked as favourite by the currently authenticated user
Character.isFavouriteBlocked ● Boolean! non-null scalar
Section titled “Character.isFavouriteBlocked ● Boolean! ”If the character is blocked from being added to favourites
The url for the character page on the AniList website
Media that includes the character
The page
The amount of entries per page, max 25
Character.updatedAt ● Int deprecated scalar
Section titled “Character.updatedAt ● Int ”The amount of user’s who have favourited the character
Notes for site moderators
Returned By
Section titled “Returned By”Character query
Member Of
Section titled “Member Of”CharacterConnection object ● CharacterEdge object ● CharacterSubmission object ● CharacterSubmissionUpdateNotification object ● InternalPage object ● MediaCharacter object ● MediaEdge object ● MediaSubmissionEdge object ● Page object ● RevisionHistory object