Skip to content

Instantly share code, notes, and snippets.

@jcansdale
Created August 10, 2018 10:01
Show Gist options
  • Save jcansdale/a41c08cb13632746799e49287bec957e to your computer and use it in GitHub Desktop.
Save jcansdale/a41c08cb13632746799e49287bec957e to your computer and use it in GitHub Desktop.
query {
search(first: 100, type: REPOSITORY, query: "VisualStudio")
{
nodes
{
... on Repository
{
nameWithOwner
object(oid: "ed204a53a72ce1d54556bfcceda6103b926f3ae5")
{
... on GitObject
{
commitUrl
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment