deno.land / x / anilist_js@0.1.0 / graphql / media_list.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
export const media_list = `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 } } } } }`;
anilist_js

Version Info

Tagged at
a year ago

External Dependencies

No external dependencies 🎉