The challenge is to consume open graphql data available at https://countries.trevorblades.com/. You are to consume the countries query
graphql url: https://countries.trevorblades.com/
query name: countries
- Create a page with a filter and a table, to present the consumed data
- The filter should include only one text input field to filter by country code
- The table should include only 2 columns:
country name
andcountry code
- Styling is up to you
- Test your solution
- Use typescript
- Provide a README.md file with instructions on how to install and run your project
- Ensure project source code is available in a public github repository
- Send repository link to the recruitment partner