Feat notable options (#240)

This commit is contained in:
Simon Lecoq
2021-04-18 20:19:39 +02:00
committed by GitHub
parent cbd119215e
commit 32b61f0b70
8 changed files with 67 additions and 36 deletions

View File

@@ -9,6 +9,16 @@ query NotableContributions {
login
avatarUrl
}
nameWithOwner
watchers {
totalCount
}
forks {
totalCount
}
stargazers {
totalCount
}
}
}
}

View File

@@ -1,11 +0,0 @@
query NotableOrganizations {
user(login: "$login") {
organizations(first: 100) {
nodes {
login
avatarUrl
}
}
}
}