Guest User

Untitled

a guest
Oct 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. query {
  2. viewer {
  3. #user(login:"davidsharp"){
  4. login
  5. gists(last:50){
  6. nodes{
  7. path: name
  8. description
  9. isPublic
  10. }
  11. }
  12. }
  13. }
  14.  
  15. # the 'name' of gists actually refers to it's path, which is why I've aliased it
  16. # ie, `gist.github.com/{viewer.login}/{gist.name}`
Add Comment
Please, Sign In to add comment