Skip to content

Instantly share code, notes, and snippets.

@thexande
Last active December 16, 2018 04:46
Show Gist options
  • Save thexande/67b8041eaa43afb40f0465d42c4ae032 to your computer and use it in GitHub Desktop.
Save thexande/67b8041eaa43afb40f0465d42c4ae032 to your computer and use it in GitHub Desktop.
query Country($code:String) {
country(code: $code) {
...CountryDetail
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment