Skip to content

Instantly share code, notes, and snippets.

@mlbright
Created January 3, 2018 05:20
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 mlbright/6e6c71b3a66ae7d8067aefbd058e310b to your computer and use it in GitHub Desktop.
Save mlbright/6e6c71b3a66ae7d8067aefbd058e310b to your computer and use it in GitHub Desktop.
{
repository(name: "darksky", owner: "mlbright") {
ref(qualifiedName: "refs/heads/master") {
target {
... on Commit {
tree {
id
entries {
oid
name
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment