DEV Community

Discussion on: A better way to stitch GraphQL schemas

Collapse
 
guykatz profile image
guykatz • Edited

I am missing the approach that the editor took in order to avoid name collisions for example.
I want to know the way to stich schemas. After that I want to know the tools to help. Not straight to the tools. . Thanks

Collapse
 
aexol profile image
Artur Czemiel

Hi,

This is a complicated problem. We are using library approach so it's not stitching. It is very easy to stitch schemas, resolving conflicts, etc. But the question is why? Why merge models in schemas if you can use GraphQL libraries and build infrastructure in a less chaotic way.