Skip to content

Instantly share code, notes, and snippets.

@chandan-0
Created March 6, 2022 10:18
Show Gist options
  • Save chandan-0/bac7d960b70f5c6a6f447077ebc25f90 to your computer and use it in GitHub Desktop.
Save chandan-0/bac7d960b70f5c6a6f447077ebc25f90 to your computer and use it in GitHub Desktop.
query getCountry($id: ID!){
country(code: $id) {
code
name
native
phone
capital
currency
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment