Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. query PostQuery {
  2. posts (id:10){
  3. id
  4. title
  5. body
  6. userId
  7. comment {
  8. id
  9. email
  10. body
  11. name
  12. postId
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement