urigo
11/05/2018, 2:28 PMGraphQL Modules
- a toolset we've been developing for a few months which will help create reusable GraphQL based modules and scale your GraphQL servers.
https://medium.com/the-guild/graphql-modules-feature-based-graphql-modules-at-scale-2d7b2b0da6da
It is a bunch of individual libraries that you can use separately if you believe like us that you should spilt your GraphQL servers into feature based modules.
I would love to hear any feedback or questions! 🙂develomark
11/05/2018, 2:41 PMurigo
11/05/2018, 2:43 PMSerhii Kyrychenko
11/05/2018, 2:51 PMappModule
finally need to import list of all used modules?
So, it splits your codebase in modules, but does not help micro-services way, right?develomark
11/05/2018, 2:57 PMdevelomark
11/05/2018, 3:04 PMurigo
11/06/2018, 2:14 AMdevelomark
11/06/2018, 8:58 AMurigo
11/06/2018, 10:17 AMmerge-graphql-schemas
under the hood so I think they are not trying actually to solve the same problem as you can't really merge modules with the same type... that's why we created @graphql-modules/epoxy
.
But I actually hate this answer that I wrote, it feels a bit general and you don't hear Kamil's side of the story.
I want to create a deep dive with examples. I will try to publish a comparison next week but I guess like everything, the best thing is to try both and share with me what you think from your experience 🙂develomark
11/06/2018, 11:03 AM