Skip to content

Instantly share code, notes, and snippets.

@ssanj
Created July 31, 2017 13:10
Show Gist options
  • Save ssanj/31867e469b7bec0d434b210bffce4306 to your computer and use it in GitHub Desktop.
Save ssanj/31867e469b7bec0d434b210bffce4306 to your computer and use it in GitHub Desktop.
query {
repository(owner: "typelevel", name: "cats") {
refs(last: 5, refPrefix: "refs/tags/") {
nodes {
id
name
target {
... on Tag{
id
message
commitUrl
target {
... on Commit {
commitUrl
id
oid
message
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment