graphql-tools icon indicating copy to clipboard operation
graphql-tools copied to clipboard

I set requireResolversForResolveType: 'ignore', then get this warning Type "QueryResponse" is missing a "__resolveType" resolver.

Open Adherentman opened this issue 3 years ago • 0 comments

Describe the bug

To Reproduce I set requireResolversForResolveType: 'ignore', then get this warning Type "QueryResponse" is missing a "__resolveType" resolver. CleanShot 2022-03-08 at 11 35 52

Expected behavior

Environment:

  • OS: mac os 12.2.1
  • @graphql-tools/schema: 8.3.2
  • NodeJS: 13

Additional context

Adherentman avatar Mar 08 '22 03:03 Adherentman