Skip to content

Instantly share code, notes, and snippets.

@akkyie
Created June 27, 2019 16:01
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 akkyie/dc4e0d8c67b167b4aa6f96c3b5bfdd42 to your computer and use it in GitHub Desktop.
Save akkyie/dc4e0d8c67b167b4aa6f96c3b5bfdd42 to your computer and use it in GitHub Desktop.
GitHub v4 Search
query {
search(type: REPOSITORY, query: "js sort:stars", first: 5) {
nodes {
... on Repository {
nameWithOwner
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment