We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24869a3 commit e377770Copy full SHA for e377770
src/fetchers/stats-fetcher.js
@@ -30,7 +30,7 @@ const fetcher = (variables, token) => {
30
followers {
31
totalCount
32
}
33
- repositories(first: 100, ownerAffiliations: OWNER, isFork: false, orderBy: {direction: DESC, field: STARGAZERS}) {
+ repositories(first: 100, ownerAffiliations: OWNER, orderBy: {direction: DESC, field: STARGAZERS}) {
34
35
nodes {
36
stargazers {
0 commit comments