Stitch schema is transforming the response from remote schema #4574
-
Hi, I have been using graphql-tools which was attached to graphql-yoga v1.18.3. As part of migration to version 2 and using stitchSchemas of the
Sample response of the error from downstream service
Sample error returned from the server
On debugging I see that the executor itself is transforming the response to the following:-
Please let me know if any other information is required |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't think this is an issue about GraphQL Tools. |
Beta Was this translation helpful? Give feedback.
I don't think this is an issue about GraphQL Tools.
You can disable error masking in Yoga;
https://www.graphql-yoga.com/docs/features/error-masking#disabling-error-masking