Hi Guys,
Is there a feature similar to schema stitching?
Apollo has a feature to Remote schemas and linking them together. This is handy when developing micro services.
https://www.apollographql.com/docs/graphql-tools/remote-schemas.html
This is a good talk on stitching https://www.youtube.com/watch?v=90JWZnuf7xQ
This would be very useful for us as well. Right now, we are stitching things manually from the root mutation resolver.
There aren鈥檛 any specific plans around this, though see this PR:
https://github.com/graphql-dotnet/graphql-dotnet/pull/592
@joemcbride thanks!
Hopefully this will get merged into master soon.
Most helpful comment
There aren鈥檛 any specific plans around this, though see this PR:
https://github.com/graphql-dotnet/graphql-dotnet/pull/592