Skip to content

Instantly share code, notes, and snippets.

@anglinb
Created July 25, 2017 18:12
Show Gist options
  • Save anglinb/6b4646fd2380e33629ac859953a29c29 to your computer and use it in GitHub Desktop.
Save anglinb/6b4646fd2380e33629ac859953a29c29 to your computer and use it in GitHub Desktop.
messageHeadlineHTML
{
repository(name: "what-html-goes-in-commits", owner: "anglinb") {
ref(qualifiedName: "master") {
target {
... on Commit {
id
history(first: 5) {
edges {
node {
messageHeadlineHTML
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment