Skip to content

Instantly share code, notes, and snippets.

@thexande
Created December 20, 2018 05:03
Show Gist options
  • Save thexande/d19d5f760e1dfe630ce628ef3e0c087d to your computer and use it in GitHub Desktop.
Save thexande/d19d5f760e1dfe630ce628ef3e0c087d to your computer and use it in GitHub Desktop.
curl \
-X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{ countries { name code emoji __typename } }" }' \
https://countries.trevorblades.com/ # | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment