Skip to content

Example project to highlight the Codegen noUnusedParameters issue

Notifications You must be signed in to change notification settings

alexlorenzi/codegen-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeGen noUnusedParameters Issue

Steps to reproduce

  1. yarn
  2. yarn generate
  3. yarn tsc

Expectation is that the genrated code should compile correctly, however, there is a error raised

src/graphql/schema-types.generated.ts:114:36 - error TS6133: 'RefType' is declared but its value is never read.

114 export type ResolversInterfaceTypes<RefType extends Record<string, unknown>> = {

About

Example project to highlight the Codegen noUnusedParameters issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published