Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. query {
  2. repository (owner:"ORG",name:"REPO") {
  3. collaborators (first:100) {
  4. totalCount
  5. edges {
  6. permission
  7. node {
  8. login
  9. name
  10. }
  11. }
  12. pageInfo {
  13. endCursor
  14. hasNextPage
  15. }
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement