We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: