Hacker News new | ask | show | jobs
by dev1n 2926 days ago
Regarding folder structure, we developed saturn-gql [1] to help out with that. Have a look if you're still battling this.

[1]: https://github.com/electric-it/saturn-gql

1 comments

Hey, that's cool! Thanks for that, will try it out on a new service/pet-project one day.

In our current service, I think we're pretty happy with the way our structure is. It's almost similar to saturn-gql but with raw javascript instead of parsing with `graphql-tools`.