Skip to content

Commit 3c0bd16

Browse files
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

3 files changed

+182
-160
lines changed

bun.lockb

-120 Bytes
Binary file not shown.

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@inquirer/select": "^4.0.0",
5555
"@settlemint/sdk-js": "workspace:*",
5656
"@settlemint/sdk-utils": "workspace:*",
57+
"get-tsconfig": "^4.8.1",
5758
"is-in-ci": "^1.0.0",
5859
"yoctocolors": "^2"
5960
},

0 commit comments

Comments
 (0)