Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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 misterdai/5c0581a1e7c58f324d69c6bebe060b07 to your computer and use it in GitHub Desktop.
Save misterdai/5c0581a1e7c58f324d69c6bebe060b07 to your computer and use it in GitHub Desktop.
{
search(query: "language:JavaScript stars:>100 created:>2017-05-20 sort:stars-asc", type: REPOSITORY, first: 10) {
repositoryCount
edges {
node {
... on Repository {
name
descriptionHTML
stargazers {
totalCount
}
issues(states: OPEN) {
totalCount
}
forks {
totalCount
}
pullRequests(states: OPEN) {
totalCount
}
watchers {
totalCount
}
updatedAt
createdAt
diskUsage
homepageUrl
license
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment