Graphql mesh type merging using stiching directories #7081
Unanswered
dvivarelli
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you create a reproduction on CodeSandbox? |
Beta Was this translation helpful? Give feedback.
1 reply
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'm pretty new in graphql mesh and I try to setup a simple project.
I have two microservices each of them have one query
If i try to define a type merging in meshql.yml everything works properly.
If i try to remove the transformation sections and put the merge annotation on the query fields
gateway does not call the ResourceB endpoint.
the original query is:
query MyQuery { resourceA_by_pk(id: 2) { resourceB { name id } name } }
Beta Was this translation helpful? Give feedback.
All reactions