danielwaltz / vite-plugin-graphql-codegen

Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher
https://www.npmjs.com/package/vite-plugin-graphql-codegen
MIT License
83 stars 8 forks source link

fix: fixed early return in schema check when matchDocuments is on #19

Closed nathan-knight closed 1 year ago

nathan-knight commented 1 year ago

Also refactored it so file matchers run simultaneously. Now it fully works for me locally.

danielwaltz commented 1 year ago

Closed via https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/21