Skip to content

Instantly share code, notes, and snippets.

@SvanBoxel
Created October 9, 2019 14:10
Show Gist options
  • Save SvanBoxel/6bfd35626d8368facc122a3324bc8a72 to your computer and use it in GitHub Desktop.
Save SvanBoxel/6bfd35626d8368facc122a3324bc8a72 to your computer and use it in GitHub Desktop.
commit stats
{
user(login: "svanboxel") {
repositories(first: 5) {
edges {
node {
name
refs(refPrefix: "refs/heads/", first: 10) {
nodes {
id
name
target {
... on Commit {
additions
deletions
}
}
}
}
}
}
pageInfo {
hasNextPage
endCursor
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment