Guest User

Untitled

a guest
Nov 25th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. query {
  2. repositoryOwner(login: "GoldsteinE") {
  3. repositories(first: 100) {
  4. nodes {
  5. nameWithOwner
  6. ref(qualifiedName: "master") {
  7. target {
  8. __typename
  9. ... on Commit {
  10. url
  11. committedDate
  12. }
  13. }
  14. }
  15. }
  16. }
  17. }
  18. }
Add Comment
Please, Sign In to add comment