graphql-server-scaffolding
graphql-server-scaffolding copied to clipboard
Examples of directory structures for using GraphQL with Apollo Server in Node.js
fixes #3
With the role-oriented approach, I'm running into an issue where it `Expected Iterable, but did not find one for field Query.books.` Do you know of anything that would need to...
I think each directory structures would benefit of having their own README with a more elaborate description along with pros/cons.
A found a quite popular directory structure for React called "Fractal" that could also be applied to [backend](https://codeburst.io/fractal-a-nodejs-app-structure-for-infinite-scale-d74dda57ee11). Using globs and utilities from the https://github.com/DxCx/graphql-schema-tools, to could be simple and...