Commit 3c0bd16
authored
feat: rework codegen (#217)
## Summary by Sourcery
Rework the code generation process by introducing modular functions for
handling different GraphQL endpoints and refactoring the TypeScript
configuration management to improve maintainability and clarity.
New Features:
- Introduce separate code generation functions for different GraphQL
endpoints, including Hasura, Portal, The Graph, and The Graph Fallback.
Enhancements:
- Refactor the code generation process to modularize and streamline the
handling of TypeScript configuration and GraphQL schema generation.1 parent 1e64e62 commit 3c0bd16
File tree
3 files changed
+182
-160
lines changed- packages/cli
- src/commands/codegen
3 files changed
+182
-160
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments