You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem could be workaround by passing undefined to args or argsFromKeys, and it's likely caused by no default case under createMergedTypeResolver for both args and argsFromKeys are null.
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
Subschemas is stitched with gateway schema and show in schema, however the request from gateway fails and return null result.
Request from server1 success.
To Reproduce
Steps to reproduce the behavior:
Reproducible github repo link:
https://github.com/flyingmilktea/graphql-bug-reproduce/tree/62bf26617b8c187f7a182d5b8c3846d71c4182fa
Result:
Expected behavior
Environment:
Additional context
graphql-tools/packages/stitch/src/createMergedTypeResolver.ts
Lines 5 to 61 in bccf659
The problem could be workaround by passing undefined to args or argsFromKeys, and it's likely caused by no default case under createMergedTypeResolver for both args and argsFromKeys are null.
This may simply solve by:
Thanks @kftsehk for helping provide solution
The text was updated successfully, but these errors were encountered: