Skip to content

Instantly share code, notes, and snippets.

@mlbright
Created January 3, 2018 04:54
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/a5feab0c2fca49f81c4be2a715d142e6 to your computer and use it in GitHub Desktop.
Save mlbright/a5feab0c2fca49f81c4be2a715d142e6 to your computer and use it in GitHub Desktop.
{
repository(name: "darksky", owner: "mlbright") {
ref(qualifiedName: "master") {
target {
... on Commit {
id
history(first: 5) {
pageInfo {
hasNextPage
}
edges {
node {
messageHeadline
oid
message
author {
name
email
date
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment