Guest User

Untitled

a guest
Jan 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. query {
  2. search_landmarks_near_user(
  3. args: {userid: 3, distance_kms: 20}
  4. ){
  5. user_id
  6. location
  7. nearby_landmarks
  8. }
  9. }
Add Comment
Please, Sign In to add comment