Created
July 3, 2019 11:31
-
-
Save sh3lan93/9ff36d90c3c2e05ba3877bccffea8e42 to your computer and use it in GitHub Desktop.
This file contains 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($query: String!, $location: Distance!, $countryCode: String) { | |
search(searchQuery: $query, location: $location, countryCode: $countryCode) { | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment