Skip to content

Instantly share code, notes, and snippets.

@trevorcreech
Created March 13, 2017 12:22
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 trevorcreech/df3b1780926b970f0f1d126eabea5aa9 to your computer and use it in GitHub Desktop.
Save trevorcreech/df3b1780926b970f0f1d126eabea5aa9 to your computer and use it in GitHub Desktop.
{
repository(owner: "facebook", name: "mention-bot") {
object(expression: "4f897712d6ea78aa25bb4772011cc248a2294138") {
... on Commit {
blame(path: "cookieJar.js") {
ranges {
startingLine
endingLine
age
commit {
message
author {
name
}
}
}
}
}
}
}
}
{
"data": {
"repository": {
"object": {
"blame": {
"ranges": [
{
"startingLine": 1,
"endingLine": 57,
"age": 10,
"commit": {
"message": "adding github auth flow",
"author": {
"name": "Zeke Nierenberg"
}
}
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment