Get information about countries in a graphql format. Based on https://restcountries.eu api. At the moment supports the name endpoint.
Query format:
{
countries(name: "Fin") {
name
callingCodes
...
}
}
Supports the same attributes as the rest endpoint.
npm install
npm run server
npm run test