merging 'extensions' field of responses in schema stitching #4308
Unanswered
nick-stephen
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
We're using graphql stitching with remote executors, and would like to be able to merge / pass through the 'extensions' field from the responses in the sub-schemas. Responses contain 'data' and 'errors' but also optionally an 'extensions' field. Currently the extensions information is being lost.
I couldn't see any examples or interface where we may be able to merge this field from the sub-graph responses. Any help welcome!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions