Skip to content

Instantly share code, notes, and snippets.

@thexande
Last active December 16, 2018 04:47
Show Gist options
  • Save thexande/cd19fda4eea925279e7d95578880a251 to your computer and use it in GitHub Desktop.
Save thexande/cd19fda4eea925279e7d95578880a251 to your computer and use it in GitHub Desktop.
fragment CountryDetail on Country {
code
name
currency
phone
emoji
native
languages {
name
}
continent {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment