getResolversFromSchema
fails to extract Federation __resolveReference
resolvers
#4768
Closed
4 tasks
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
getResolversFromSchema
seems to fail to extract__resolveReference
resolvers from a subgraph schema.To Reproduce
Steps to reproduce the behavior:
Run the following code:
The output is as follows:
You can see that the
User
type has lost its__resolveReference
resolver.Expected behavior
I would expect to see the
__resolveReference
resolvers which I defined within the output.Environment:
@graphql-tools/utils
: 8.12.0The text was updated successfully, but these errors were encountered: