- [x] Put constants inside of a .env file (cookie maxAge, port number, ....) - [ ] Folders with several files should have an index file to export all the file content - [x] Constant like 'IN', 'OUT', invoice type should be placed in a constant file - [ ] Physical separation (files) between graphql types & resolvers (Each type should have its own file which will also manage related resolvers).
Put constants inside of a .env file (cookie maxAge, port number, ....)
Folders with several files should have an index file to export all the file content
Constant like 'IN', 'OUT', invoice type should be placed in a constant file
Physical separation (files) between graphql types & resolvers (Each type should have its own file which will also manage related resolvers).