Replies: 1 comment
-
The same priniciples for schema modularization applies for services. So you can split parts of the schema in a different files; About |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I use the "schema stitching" part with a gateway and to simplify maintenance and upgrades, I use "stitching directives" in the sub-services to make the links between them.
However, I was wondering if it would be possible to better organize the graph as a whole (all the queries are scattered throughout the documentation, which makes reading a bit complex).
Isn't it possible to use schemas like:
I'm asking because I can't figure out how to do it, knowing that @merge can only be used as a root query field. How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions