Created
May 6, 2020 14:41
-
-
Save callebdev/858c115546916959c6d8bc55f01c70b2 to your computer and use it in GitHub Desktop.
Another Query
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{ | |
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