Skip to content

Instantly share code, notes, and snippets.

@sh3lan93
Created July 3, 2019 11:31
Show Gist options
  • Save sh3lan93/9ff36d90c3c2e05ba3877bccffea8e42 to your computer and use it in GitHub Desktop.
Save sh3lan93/9ff36d90c3c2e05ba3877bccffea8e42 to your computer and use it in GitHub Desktop.
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