graphql-code-generator icon indicating copy to clipboard operation
graphql-code-generator copied to clipboard

watch-mode for typescript fails no change of type which is exported

Open melounek opened this issue 5 years ago • 0 comments

here is repro: https://github.com/melounek/repro-codegen

after last release the watch-mode works better, but when a graphql-type is exported and used in different files, it will fail on change with: Unable to load from file "**/schema.ts": Schema must contain uniquely named types but contains multiple types named "MyType". because of some cache probably.

melounek avatar May 20 '20 09:05 melounek