Skip to content

Instantly share code, notes, and snippets.

@TimMensch
Last active January 15, 2018 21:28
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 TimMensch/24c93785f1995542620bab94b92ab1ed to your computer and use it in GitHub Desktop.
Save TimMensch/24c93785f1995542620bab94b92ab1ed to your computer and use it in GitHub Desktop.
Example GitHub v4 API Query that fails
{
repository(name: "MidiPlayerJS", owner: "TimMensch") {
ref(qualifiedName:"tim") {
name
target {
... on Commit {
author {
name
}
blame(path:"package.json") {
ranges {
commit {
author {
name
}
}
startingLine
endingLine
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment