Skip to content

Instantly share code, notes, and snippets.

@aereal
Created July 19, 2018 16:08
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 aereal/926790eca8c26357d99d371986f840bb to your computer and use it in GitHub Desktop.
Save aereal/926790eca8c26357d99d371986f840bb to your computer and use it in GitHub Desktop.
query {
repository(owner: "aereal", name: "delay-time-calc") {
ref(qualifiedName: "refs/heads/master") {
target {
... on Commit {
tree {
entries {
name
object {
... on Tree {
entries {
name
object {
... on Blob{
text
}
}
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment