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 tangollama/34a85e12199bc4ad411f7b2ff00ab926 to your computer and use it in GitHub Desktop.
Save tangollama/34a85e12199bc4ad411f7b2ff00ab926 to your computer and use it in GitHub Desktop.
query {
viewer {
repositories(last:100) {
totalCount
nodes {
name
createdAt
commitComments(last:1) {
totalCount
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment