Skip to content

Instantly share code, notes, and snippets.

@dsandip
Created January 17, 2019 09:20
Show Gist options
  • Save dsandip/bab8e02b4de355b511ed7e28da065b24 to your computer and use it in GitHub Desktop.
Save dsandip/bab8e02b4de355b511ed7e28da065b24 to your computer and use it in GitHub Desktop.
testing graphQL rendering
query {
search_landmarks_near_user(
args: {userid: 3, distance_kms: 20}
){
user_id
location
nearby_landmarks
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment