deno.land / x / anilist_js@0.1.0 / graphql / staff.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
46
47
48
49
50
51
52
53
54
55
56
57
58
export const staff = `query ($search: String, $id: Int) { Staff(search: $search, id: $id) { id name { english: full native alternative } languageV2 primaryOccupations image { large medium } description primaryOccupations gender dateOfBirth { year month day } dateOfDeath { year month day } age yearsActive homeTown bloodType isFavourite isFavouriteBlocked siteUrl favourites staffMedia { nodes { id title { romaji english native userPreferred } type } } characters { nodes { id name { english: full } } } }}`;
anilist_js

Version Info

Tagged at
a year ago

External Dependencies

No external dependencies 🎉