Describe the bug
After upgrading to V0.15.0 and adding a workaround for this issue the generated code does not compile anymore because IResolvers contains references to non-existing interfaces.
To Reproduce
Steps to reproduce the behavior:
Used config:
schema: src/**/*.graphql
overwrite: true
generates:
./src/models.ts:
config:
noNamespaces: true
interfacePrefix: GQL
plugins:
- typescript-common
- typescript-server
- typescript-resolvers
Expected behavior
I expect everything to compile.
Environment:
Additional context
I found this issue after upgrading from V0.14.4 to V0.15.0 without changing any configurations or code.
@Rachnerd
Could you try with canary version 0.16.0-alpha.af0870a1?
@ardatan
0.16.0-alpha.af0870a1 seems to fix it for both projects ;)
What's the timeline for a patch release of this? 馃檪
@Rachnerd @SimenB released 0.15.1 :)
Most helpful comment
@ardatan
0.16.0-alpha.af0870a1seems to fix it for both projects ;)