graphql-server-scaffolding icon indicating copy to clipboard operation
graphql-server-scaffolding copied to clipboard

Examples of directory structures for using GraphQL with Apollo Server in Node.js

Results 4 graphql-server-scaffolding issues
Sort by recently updated
recently updated
newest added

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.

help wanted

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...

help wanted