This is a NodeJS graphql service allowing CRUD operations with mysql.
Node GraphQl Sample
-
Summary of set up
yarn./configure
yarn start -
How to run tests
yarn test // Not implemented yet as I believe the integration would have better coverageyarn integration // 100% coverage, requires mysql running and create database as per the env variable DB_NAMEyarn docker-test // run unit tests in docker container
- Add request validation