Guest User

Untitled

a guest
Mar 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. query API {
  2. post1: BlogPosts(id: "5aa48ebb5150d400139136c9") {
  3. calender
  4. postBody
  5. description
  6. _meta {
  7. id
  8. name
  9. }
  10. }
  11. post2: BlogPosts(id : "5aa4a49c106e4d0013bf87d8") {
  12. calender
  13. postBody
  14. description
  15. _meta {
  16. id
  17. name
  18. }
  19. }
  20. post3: BlogPosts(id : "5aa4a49c106e4d0013bf87d8") {
  21. calender
  22. postBody
  23. description
  24. _meta {
  25. id
  26. name
  27. }
  28. }
  29. }
Add Comment
Please, Sign In to add comment