Guest User

Untitled

a guest
Jan 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. allAuthors {
  3. id
  4. firstName
  5. }
  6. }
  7.  
  8. {
  9. "data": {
  10. "allAuthors": [
  11. {
  12. "id": 24,
  13. "firstName": "Rosalee"
  14. },
  15. {
  16. "id": 83,
  17. "firstName": "Adeline"
  18. }
  19. ]
  20. }
  21. }
Add Comment
Please, Sign In to add comment