Example of node.js - postgresql - graphql backend web-app. Which uses @reflex
First set up config/local.json configuration file. Then run the script to pull DB schema to generate entities for ORM
yarn schema
When update Graphql schema do not forget to gen types form it
yarn codegen