Remove @ts-nocheck from generated Typescript files
drewatk opened this issue · 0 comments
drewatk commented
In order to ensure type safety, generated typescript files should not be exported with @ts-nocheck
. This is currently present in both generated types for resolvers as well as generated fragments which are referenced from components. In order to create type assertions within this file, we will need to begin type-checking these files.
Related: #4742
This is part of the requirement for the resolver context work mentioned in #4000 and #4704