Replies: 1 comment 1 reply
-
Could you share a reproduction CodeSandbox or repo? Thanks. |
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.
-
I would like to introspect a schema twice to create two subschema configs: one of which I would like to delegate some fields/resolvers to and the other that is exposed in the stitched schema. Introspecting the schema and creating a subschema twice seems to throw transform errors for some reason. This is the error I'm getting in GraphQL response:
Code of subschema config creation and it's usage:
Usage:
Beta Was this translation helpful? Give feedback.
All reactions