Skip to content

Instantly share code, notes, and snippets.

@jimthedev
Created July 19, 2017 17:17
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 jimthedev/6d2da8e419ed5cb5012c28f4708504cc to your computer and use it in GitHub Desktop.
Save jimthedev/6d2da8e419ed5cb5012c28f4708504cc to your computer and use it in GitHub Desktop.
gleb's repos w/descriptions & tags
# Use this at https://developer.github.com/v4/explorer/
query {
user(login: "bahmutov") {
repositories(first: 100) {
nodes {
description
repositoryTopics(first: 100) {
nodes {
topic {
name
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment