Feat notable options (#240)
This commit is contained in:
@@ -9,6 +9,16 @@ query NotableContributions {
|
||||
login
|
||||
avatarUrl
|
||||
}
|
||||
nameWithOwner
|
||||
watchers {
|
||||
totalCount
|
||||
}
|
||||
forks {
|
||||
totalCount
|
||||
}
|
||||
stargazers {
|
||||
totalCount
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
query NotableOrganizations {
|
||||
user(login: "$login") {
|
||||
organizations(first: 100) {
|
||||
nodes {
|
||||
login
|
||||
avatarUrl
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user