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