Going from 2.17.4 to 2.18.3. Codegen time ballooned from 40s to 240s.
codegen:generate --includes='./**/*.graphql' --localSchemaFile="schema.json" --passthroughCustomScalars --target=swift Sources/Core/Generated/
How to reproduce the issue:
To help understand the size of this project:
87 .graphql files
schema is 136,639 lines
Sources/Core/Generated/ is 2.2MB
Versions
2.18.3
cc @designatednerd
Going from 2.17.4 to 2.18.3. Codegen time ballooned from 40s to 240s.
codegen:generate --includes='./**/*.graphql' --localSchemaFile="schema.json" --passthroughCustomScalars --target=swift Sources/Core/Generated/How to reproduce the issue:
To help understand the size of this project:
87 .graphql files
schema is 136,639 lines
Sources/Core/Generated/ is 2.2MB
Versions
2.18.3
cc @designatednerd