A repo for hands on exploration with GraphQL.
Write a schema on the backend, and query it from the API explorer.
Write a mutation, and update from the API explorer.
Extend the query using a third party API
yarn start
runs the server on port 4000 and the site on 3000.