Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. repo(q: "react",sort: "start" order: "desc") {
  3. total_count
  4. incomplete_results
  5. items {
  6. id
  7. html_url
  8. description
  9. owner{
  10. id
  11. login
  12. }
  13. stats{
  14. stat {
  15. total
  16. weeks{
  17. w
  18. }
  19. }
  20. }
  21. }
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement