Guest User

Untitled

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