A sample app to test graphql
This app has two implementations using graphql, backend and frontend.
Backend is a nodejs app written in typescript that provides a set of queries and mutations.
Frontend is a react app that provides an interface to the backend app.