Skip to content

Instantly share code, notes, and snippets.

@callebdev
Created May 6, 2020 14:41
Show Gist options
  • Save callebdev/858c115546916959c6d8bc55f01c70b2 to your computer and use it in GitHub Desktop.
Save callebdev/858c115546916959c6d8bc55f01c70b2 to your computer and use it in GitHub Desktop.
Another Query
query{
country(code:"MZ"){
name
capital
currency
continent{
name
}
languages{
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment