Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 309 Bytes

File metadata and controls

8 lines (5 loc) · 309 Bytes

React GraphQL Demo

This project demonstrates the usage of GraphQL in a React project.

How to use

Project can be started via "npm start". In project, an API call is made to fetch continents. After continents are fetched, another call is made to show countries that are dependent on selected continent.