User
A user
type User { id: Int! name: String! about( asHtml: Boolean ): String avatar: UserAvatar bannerImage: String isFollowing: Boolean isFollower: Boolean isBlocked: Boolean bans: Json options: UserOptions mediaListOptions: MediaListOptions favourites( page: Int ): Favourites statistics: UserStatisticTypes unreadNotificationCount: Int siteUrl: String donatorTier: Int donatorBadge: String moderatorRoles: [ModRole] createdAt: Int updatedAt: Int stats: UserStats @deprecated moderatorStatus: String @deprecated previousNames: [UserPreviousName]}Fields
Section titled “Fields”User.id ● Int! non-null scalar
Section titled “User.id ● Int! ”The id of the user
User.name ● String! non-null scalar
Section titled “User.name ● String! ”The name of the user
The bio written by user (Markdown)
Return the string in pre-parsed html instead of markdown
The user’s avatar images
The user’s banner images
If the authenticated user if following this user
If this user if following the authenticated user
If the user is blocked by the authenticated user
The user’s general options
User.mediaListOptions ● MediaListOptions object
Section titled “User.mediaListOptions ● MediaListOptions ”The user’s media list options
The users favourites
Deprecated. Use page arguments on each favourite field instead.
The users anime & manga list statistics
The number of unread notifications the user has
The url for the user page on the AniList website
The donation tier of the user
Custom donation badge text
The user’s moderator roles if they are a site moderator
When the user’s account was created. (Does not exist for accounts created before 2020)
When the user’s data was last updated
User.stats ● UserStats deprecated object
Section titled “User.stats ● UserStats ”The user’s statistics
User.moderatorStatus ● String deprecated scalar
Section titled “User.moderatorStatus ● String ”If the user is a moderator or data moderator
User.previousNames ● [UserPreviousName] list object
Section titled “User.previousNames ● [UserPreviousName] ”The user’s previously used names.
Returned By
Section titled “Returned By”Follower query ● Following query ● Like query ● ToggleFollow mutation ● ToggleLike mutation ● UpdateUser mutation ● User query ● Viewer query
Member Of
Section titled “Member Of”ActivityLikeNotification object ● ActivityMentionNotification object ● ActivityMessageNotification object ● ActivityReply object ● ActivityReplyLikeNotification object ● ActivityReplyNotification object ● ActivityReplySubscribedNotification object ● AniChartUser object ● CharacterSubmission object ● FollowingNotification object ● InternalPage object ● ListActivity object ● MediaList object ● MediaListCollection object ● MediaSubmission object ● MessageActivity object ● ModAction object ● Page object ● Recommendation object ● Report object ● Review object ● RevisionHistory object ● Staff object ● StaffSubmission object ● TextActivity object ● Thread object ● ThreadComment object ● ThreadCommentLikeNotification object ● ThreadCommentMentionNotification object ● ThreadCommentReplyNotification object ● ThreadCommentSubscribedNotification object ● ThreadLikeNotification object ● UserModData object