Created
June 27, 2019 16:01
-
-
Save akkyie/dc4e0d8c67b167b4aa6f96c3b5bfdd42 to your computer and use it in GitHub Desktop.
GitHub v4 Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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