Guest User

Untitled

a guest
Feb 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. query getUsers {
  2. admins: users(role: admin) {
  3. id
  4. firstName
  5. lastName
  6. phone
  7. username
  8. }
  9. accountants: users(role: accountant) {
  10. id
  11. firstName
  12. lastName
  13. phone
  14. username
  15. }
  16. }
Add Comment
Please, Sign In to add comment