Sort notable contributions by number of stars (#293)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
query NotableContributions {
|
||||
user(login: "$login") {
|
||||
repositoriesContributedTo($after first: $repositories, contributionTypes: COMMIT) {
|
||||
repositoriesContributedTo($after first: $repositories, contributionTypes: COMMIT, orderBy: { field: STARGAZERS, direction: DESC }) {
|
||||
edges {
|
||||
cursor
|
||||
node {
|
||||
|
||||
Reference in New Issue
Block a user