To build the code run
npm run build
# Or in watch mode
npm run build:watch
To test the graphql-code-generator
custom plugin run
npm run codegen
# Or in watch mode
npm run codegen:watch
# Test query
# go to the graphqlzero-api directory
npm run start