This application was made to illustrate a simple GraphQL service setup for retrieving and writing user objects.
- node version 18.17.1
- From the commandline, run
npm install - From the commandline, run
npm run graphql-generate - From the commandline, run
npm run dev