Staff
Voice actors or production staff
type Staff { id: Int! name: StaffName language: StaffLanguage @deprecated languageV2: String image: StaffImage description( asHtml: Boolean ): String primaryOccupations: [String] gender: String dateOfBirth: FuzzyDate dateOfDeath: FuzzyDate age: Int yearsActive: [Int] homeTown: String bloodType: String isFavourite: Boolean! isFavouriteBlocked: Boolean! siteUrl: String staffMedia( sort: [MediaSort] type: MediaType onList: Boolean page: Int perPage: Int ): MediaConnection characters( sort: [CharacterSort] page: Int perPage: Int ): CharacterConnection characterMedia( sort: [MediaSort] onList: Boolean page: Int perPage: Int ): MediaConnection updatedAt: Int @deprecated staff: Staff submitter: User submissionStatus: Int submissionNotes: String favourites: Int modNotes: String}Fields
Section titled “Fields”Staff.id ● Int! non-null scalar
Section titled “Staff.id ● Int! ”The id of the staff member
The names of the staff member
Staff.language ● StaffLanguage deprecated enum
Section titled “Staff.language ● StaffLanguage ”The primary language the staff member dub’s in
The primary language of the staff member. Current values: Japanese, English, Korean, Italian, Spanish, Portuguese, French, German, Hebrew, Hungarian, Chinese, Arabic, Filipino, Catalan, Finnish, Turkish, Dutch, Swedish, Thai, Tagalog, Malaysian, Indonesian, Vietnamese, Nepali, Hindi, Urdu
The staff images
A general description of the staff member
Return the string in pre-parsed html instead of markdown
Staff.primaryOccupations ● [String] list scalar
Section titled “Staff.primaryOccupations ● [String] ”The person’s primary occupations
The staff’s gender. Usually Male, Female, or Non-binary but can be any string.
The person’s age in years
[startYear, endYear] (If the 2nd value is not present staff is still active)
The persons birthplace or hometown
The persons blood type
Staff.isFavourite ● Boolean! non-null scalar
Section titled “Staff.isFavourite ● Boolean! ”If the staff member is marked as favourite by the currently authenticated user
Staff.isFavouriteBlocked ● Boolean! non-null scalar
Section titled “Staff.isFavouriteBlocked ● Boolean! ”If the staff member is blocked from being added to favourites
The url for the staff page on the AniList website
Media where the staff member has a production role
The page
The amount of entries per page, max 25
Staff.characters ● CharacterConnection object
Section titled “Staff.characters ● CharacterConnection ”Characters voiced by the actor
Staff.characters.sort ● [CharacterSort] list enum
Section titled “Staff.characters.sort ● [CharacterSort] ”The page
The amount of entries per page, max 25
Staff.characterMedia ● MediaConnection object
Section titled “Staff.characterMedia ● MediaConnection ”Media the actor voiced characters in. (Same data as characters with media as node instead of characters)
Staff.characterMedia.sort ● [MediaSort] list enum
Section titled “Staff.characterMedia.sort ● [MediaSort] ”The page
The amount of entries per page, max 25
Staff.updatedAt ● Int deprecated scalar
Section titled “Staff.updatedAt ● Int ”Staff member that the submission is referencing
Submitter for the submission
Status of the submission
Inner details of submission status
The amount of user’s who have favourited the staff member
Notes for site moderators
Returned By
Section titled “Returned By”Staff query
Member Of
Section titled “Member Of”CharacterEdge object ● CharacterSubmissionEdge object ● InternalPage object ● MediaCharacter object ● MediaEdge object ● MediaSubmissionEdge object ● Page object ● RevisionHistory object ● Staff object ● StaffConnection object ● StaffEdge object ● StaffRoleType object ● StaffStats object ● StaffSubmission object ● StaffSubmissionUpdateNotification object ● UserStaffStatistic object ● UserVoiceActorStatistic object