Add anilist plugin (#69)
This commit is contained in:
25
source/plugins/anilist/queries/statistics.graphql
Normal file
25
source/plugins/anilist/queries/statistics.graphql
Normal file
@@ -0,0 +1,25 @@
|
||||
query Statistics ($name: String) {
|
||||
User(name: $name) {
|
||||
id
|
||||
name
|
||||
about
|
||||
statistics {
|
||||
anime {
|
||||
count
|
||||
minutesWatched
|
||||
episodesWatched
|
||||
genres(limit: 4) {
|
||||
genre
|
||||
}
|
||||
}
|
||||
manga {
|
||||
count
|
||||
chaptersRead
|
||||
volumesRead
|
||||
genres(limit: 4) {
|
||||
genre
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user