How to optimize generated file size #10060
Unanswered
msickpaler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Large generated file size with GraphQL Code Generator
Environment
Description
I'm experiencing an issue with the file size of the generated code from GraphQL Code Generator. The generated files are becoming excessively large, which is impacting our project's performance and build times.
Current file size
5.8MiB
Files
Expected Behavior
The generated files should be more optimized and smaller in size.
Actual Behavior
The generated files are significantly large, causing issues when locally developing.
Additional Context
Any assistance or insights on how to address this issue, particularly regarding splitting type definitions for a large number of tables, would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions