Created
January 17, 2019 09:20
-
-
Save dsandip/bab8e02b4de355b511ed7e28da065b24 to your computer and use it in GitHub Desktop.
testing graphQL rendering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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