Guest User

Untitled

a guest
Jan 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. query landmarks($district_polygon: geometry){
  2. landmarks(where: {location: {_st_within: $district_polygon}}){
  3. id
  4. name
  5. location
  6. }
  7. }
Add Comment
Please, Sign In to add comment