Skip to content

Instantly share code, notes, and snippets.

@thexande
Created December 20, 2018 05:03
Show Gist options
  • Save thexande/6d61fa28dddd80a327984431cfe62e42 to your computer and use it in GitHub Desktop.
Save thexande/6d61fa28dddd80a327984431cfe62e42 to your computer and use it in GitHub Desktop.
{
"data":{
"countries":[
{
"name":"Andorra",
"code":"AD",
"emoji":"🇦🇩",
"__typename": "Country"
},
{
"name":"United Arab Emirates",
"code":"AE",
"emoji":"🇦🇪",
"__typename": "Country"
},
{
"name":"Afghanistan",
"code":"AF",
"emoji":"🇦🇫",
"__typename": "Country"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment