Skip to content

Instantly share code, notes, and snippets.

@ahonn
Created February 7, 2020 15:46
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 ahonn/be72b1b49ec4fd3fe6e96556ddbe9c26 to your computer and use it in GitHub Desktop.
Save ahonn/be72b1b49ec4fd3fe6e96556ddbe9c26 to your computer and use it in GitHub Desktop.
query {
repository(owner: "ahonn", name: "blog") {
object(expression: "master:README.md") {
...on Blob {
text
}
}
defaultBranchRef {
target {
... on Commit {
history {
totalCount
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment