Closed ColeWalker closed 4 years ago
We can leave auth to .env still, but allow for command arguments too.
Should have each module as an export, and schemas and resolvers as well, because those would be usable in any graphql server.
Will need typescript typings for everything possible, so interfaces will be included in this milestone.
I think this should be relatively simple. First we must move everything currently in index.ts to server.ts , then we will import all modules to be exported into index.ts.
We can leave auth to .env still, but allow for command arguments too.
Should have each module as an export, and schemas and resolvers as well, because those would be usable in any graphql server.
Will need typescript typings for everything possible, so interfaces will be included in this milestone.