Add anilist plugin (#69)
This commit is contained in:
16
source/queries/people.repository.graphql
Normal file
16
source/queries/people.repository.graphql
Normal file
@@ -0,0 +1,16 @@
|
||||
query Repository {
|
||||
user(login: "$login") {
|
||||
repository(name: "$repository") {
|
||||
$type(first: 100) {
|
||||
pageInfo {
|
||||
hasNextPage
|
||||
endCursor
|
||||
}
|
||||
nodes {
|
||||
avatarUrl(size: 24)
|
||||
login
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user