Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. query campaings{
  2. campaigns(categories: [1], limit: 10, page: 1){
  3. total
  4. current_page
  5. has_more_pages
  6. data{
  7. id
  8. name
  9. discount
  10. venue_count
  11. venues{
  12. id
  13. name
  14. address{
  15. coordinates{
  16. lat
  17. lng
  18. }
  19. }
  20. working_times{
  21. start_time
  22. end_time
  23. }
  24. }
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement