You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: