requireResolversForArgs incorrectly labelled as missing with subscription args #3571
Open
Labels
stage/1-reproduction
A reproduction exists
Describe the bug
When arguments are added to the subscription type on the graphQL schema the requireResolversForArgs is incorrectly erroring.
Resolver missing for "Subscription.numberIncremented".
To Reproduce
Example forked from official Apollo-server example:
https://codesandbox.io/s/pensive-joliot-brxcj?file=/index.js
Expected behavior
If arguments taken off the subscription type in the schema, everything works fine.
@graphql-tools/...
: 7.1.5The text was updated successfully, but these errors were encountered: