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
To speedup the codegen step, we could use incremental tasks (not to be confused with incremental builds that we already support) and only recompile the parts that changed.
A first step could be to introduce a first parseSchema task that caches the parsing and validation of the schema and extra.graphqls. Ultimately though, recompiling based on query changes is certainly what is going to bring the most improvements
The text was updated successfully, but these errors were encountered:
To speedup the codegen step, we could use incremental tasks (not to be confused with incremental builds that we already support) and only recompile the parts that changed.
A first step could be to introduce a first
parseSchema
task that caches the parsing and validation of the schema andextra.graphqls
. Ultimately though, recompiling based on query changes is certainly what is going to bring the most improvementsThe text was updated successfully, but these errors were encountered: