Scaffold to get you started with your GraphQL project
Clone the project
git clone https://github.com/kamensgh/graphql_skeletonGo to the project directory
cd graphql_skeletonInstall dependencies
yarn installStart the server
yarn nodemon index