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

x/anilist_js/graphql/media_list.ts>media_list

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

type

`query ($userId: Int, $username: String, $type: MediaType) { MediaListCollection(userId: $userId, userName: $username, type: $type) { lists{ name isCustomList isSplitCompletedList status entries { id mediaId status score progress progressVolumes repeat priority private notes hiddenFromStatusLists customLists advancedScores startedAt { year month day } completedAt { year month day } updatedAt createdAt media { id } user { id } } } } }`