Skip to content

Instantly share code, notes, and snippets.

@GoldsteinE
Created November 23, 2017 15:30
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 GoldsteinE/7d7370bd40ec09f4af40cfe629d8f280 to your computer and use it in GitHub Desktop.
Save GoldsteinE/7d7370bd40ec09f4af40cfe629d8f280 to your computer and use it in GitHub Desktop.
query {
repositoryOwner(login: "GoldsteinE") {
repositories(first: 100) {
nodes {
nameWithOwner
ref(qualifiedName: "master") {
target {
__typename
... on Commit {
url
committedDate
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment