Skip to content

Instantly share code, notes, and snippets.

@dwwoelfel
Created February 25, 2021 22:04
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 dwwoelfel/1259799089fbf05a15cd6336b4bb8377 to your computer and use it in GitHub Desktop.
Save dwwoelfel/1259799089fbf05a15cd6336b4bb8377 to your computer and use it in GitHub Desktop.
query GistInfo($login: String!, $gistId: String!) {
gitHub {
user(login: $login) {
gist(name: $gistId) {
files {
language {
name
}
text
extension
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment