Skip to content

Instantly share code, notes, and snippets.

@therockstorm
Created August 10, 2020 19:26
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 therockstorm/ef21bedf00a0731a9417a47f048e6a4b to your computer and use it in GitHub Desktop.
Save therockstorm/ef21bedf00a0731a9417a47f048e6a4b to your computer and use it in GitHub Desktop.
query {
search(query: "user:therockstorm language:Scala", type: REPOSITORY, first: 10) {
repositoryCount
edges {
node {
... on Repository {
nameWithOwner
protov: object(expression: "master:README.md") {
... on Blob {
text
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment