Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions graphql/codegen/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Build output
dist/

# Generated SDK output (for testing)
output-rq
output-orm/

# Dependencies
node_modules/

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Logs
*.log
23 changes: 21 additions & 2 deletions graphql/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [2.17.50](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@2.17.49...@constructive-io/graphql-codegen@2.17.50) (2026-01-05)

**Note:** Version bump only for package @constructive-io/graphql-codegen
### BREAKING CHANGES

- **Complete package migration**: This package has been completely replaced with the code from `@constructive-io/graphql-sdk` (dashboard/packages/graphql-sdk)
- New CLI-based GraphQL SDK generator for PostGraphile endpoints with React Query hooks and Prisma-like ORM support
- Build system changed from `makage` to `tsup`
- Test framework changed from `jest` to `jest` (with ESM support)
- New CLI binary: `graphql-codegen`
- Added peer dependencies: `@tanstack/react-query`, `react`
- Uses workspace dependency for `gql-ast`

### Features

## [2.17.49](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@2.17.48...@constructive-io/graphql-codegen@2.17.49) (2026-01-05)
- CLI commands: `init`, `generate`, `generate-orm`
- React Query hooks generation
- Prisma-like ORM client generation
- Watch mode with schema change detection
- Full TypeScript support with type inference

---

## [2.17.49](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@2.17.49...@constructive-io/graphql-codegen@2.17.50) (2026-01-04)

**Note:** Version bump only for package @constructive-io/graphql-codegen


## [2.17.48](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@2.17.47...@constructive-io/graphql-codegen@2.17.48) (2026-01-03)

**Note:** Version bump only for package @constructive-io/graphql-codegen
Expand Down
Loading
Loading