Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/anilist_js/graphql/user.ts>user

Deno module for interacting with the anilist api (WIP)
Latest
variable user
import { user } from "https://deno.land/x/anilist_js@0.1.0/graphql/user.ts";

type

`query ($search: String, $id: Int) { User(search: $search, id: $id) { id name about avatar { large medium } bannerImage isFollowing isFollower isBlocked bans options { titleLanguage displayAdultContent airingNotifications profileColor activityMergeTime staffNameLanguage notificationOptions { type enabled } } mediaListOptions { scoreFormat rowOrder animeList { sectionOrder splitCompletedSectionByFormat customLists advancedScoring advancedScoringEnabled } mangaList { sectionOrder splitCompletedSectionByFormat customLists advancedScoring advancedScoringEnabled } } favourites { anime { nodes { id title { romaji english native userPreferred } type } } manga { nodes { id title { romaji english native userPreferred } type } } characters { nodes { id name { english: full } } } staff { nodes { id name { english: full } } } studios { nodes { id name } } } unreadNotificationCount siteUrl donatorTier donatorBadge moderatorRoles updatedAt } } `