Open gtuk opened 2 years ago
Resolvers Composition doesn't work with GraphQL handler because the gateway forwards the request to the source without applying a resolution logic.
Thanks or the info. Seem i missed it completely or the docs don't mentioned it. Is there anything similar that i can use instead when the handler is graphql?
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
If i try to use resolversComposition it is not working as expected and my console.log inside the composer is not called.
To Reproduce Steps to reproduce the behavior:
Run any query e.g
query {capsules {id}}
Expected behaviorIf i call any query e.g
query {capsules {id}}
is not showing the console log from the src/add-fields composerEnvironment: