User
A user
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the user | |
name | String! | The name of the user | |
about | String | The bio written by user (Markdown) | |
asHtml | Boolean | Return the string in pre-parsed html instead of markdown | |
avatar | UserAvatar | The user's avatar images | |
bannerImage | String | The user's banner images | |
isFollowing | Boolean | If the authenticated user if following this user | |
isFollower | Boolean | If this user if following the authenticated user | |
isBlocked | Boolean | If the user is blocked by the authenticated user | |
bans | Json | ||
options | UserOptions | The user's general options | |
mediaListOptions | MediaListOptions | The user's media list options | |
favourites | Favourites | The users favourites | |
page | Int | Deprecated. Use page arguments on each favourite field instead. | |
statistics | UserStatisticTypes | The users anime & manga list statistics | |
unreadNotificationCount | Int | The number of unread notifications the user has | |
siteUrl | String | The url for the user page on the AniList website | |
donatorTier | Int | The donation tier of the user | |
donatorBadge | String | Custom donation badge text | |
moderatorRoles | [ModRole] | The user's moderator roles if they are a site moderator | |
createdAt | Int | When the user's account was created. (Does not exist for accounts created before 2020) | |
updatedAt | Int | When the user's data was last updated | |
stats ⚠️ | UserStats | The user's statistics ⚠️ DEPRECATED Deprecated. Replaced with statistics field. | |
moderatorStatus ⚠️ | String | If the user is a moderator or data moderator ⚠️ DEPRECATED Deprecated. Replaced with moderatorRoles field. | |
previousNames | [UserPreviousName] | The user's previously used names. |