Skip to content

Instantly share code, notes, and snippets.

@halkeand
Created January 1, 2018 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halkeand/00ca8dc4fa12979c125c66691fd67790 to your computer and use it in GitHub Desktop.
Save halkeand/00ca8dc4fa12979c125c66691fd67790 to your computer and use it in GitHub Desktop.
{
search(query: "stars:>10000 language:javascript", type: REPOSITORY, first: 10) {
repositoryCount
edges {
node {
... on Repository {
name
diskUsage
description
stargazers {
totalCount
}
primaryLanguage {
name
}
url
createdAt
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment