Distributed schemas merge #5575
kAlexPodles
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it possible to merge distributed schemas of the same type? For example, there is a type User which lived in a different services A, B, C and the goal is to merge the query results from every source.
and receive after merge
This is possible with a similar to stitching https://github.com/ChilliCream/hotchocolate-examples/tree/master/misc/Stitching approach, but in this case User schema should be unique in every service in order not to be overridden during the mege.
I was wondering is there is another way for current scenario?
Beta Was this translation helpful? Give feedback.
All reactions