Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Last active June 28, 2017 04:58
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 cheeaun/882abb7e3ba75456729e42d0e15bad35 to your computer and use it in GitHub Desktop.
Save cheeaun/882abb7e3ba75456729e42d0e15bad35 to your computer and use it in GitHub Desktop.
Sample batch request for GitHub GraphQL API, to be used on https://developer.github.com/v4/explorer/
{
npm_star: repository(owner: "cheeaun", name: "npm-star") {
viewerHasStarred
}
hackerweb: repository(owner: "cheeaun", name: "hackerweb") {
viewerHasStarred
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment