Replies: 1 comment
-
Not sure if I ended up with the best approach but it's working as intended - good enough for now. I manually extended the
Cheers |
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
-
Hello, I'm working on a POC to introduce mesh/federation, looking for some advice on integration approach.
Here's a brief summary of one of the first use cases I'm gonna solve:
Having a .meshrc.yaml configuration file with two sources
the merged schema provides the following queries:
being OrderLine.product field of OrderItem type
My goal is to:
I learned that custom resolvers are not design to deal with compound keys ( the
tenant
arg/field does not belong to OrderLine root).Reading the documentation it looks like the proper way to deal with such use case is moving to custom resolvers via dataloader but I'm still trying to figure out out the various pieces are glued together.
Any advice would be appreciated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions