Skip to content

Commit

Permalink
Add note about awsRegion field
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorblades committed Mar 22, 2023
1 parent 2a9b2a2 commit 37d5f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A public GraphQL API for information about countries, continents, and languages.
1. The `Country.continent` and `Country.languages` are now objects and arrays of objects, respectively.
1. The `Country.currency` and `Country.phone` fields _sometimes_ return a comma-separated list of values. For this reason, this API also exposes `currencies` and `phones` fields that are arrays of all currencies and phone codes for a country.
1. Each `Country` has an array of `states` populated by their states/provinces, if any.
1. Each `Country` also has an `awsRegion` field that shows its nearest AWS region, powered by [`country-to-aws-region`](https://github.com/Zeryther/country-to-aws-region).

## Writing queries

Expand Down

0 comments on commit 37d5f31

Please sign in to comment.