(WIP) Feat/codegen v5 on develop v5#700
Merged
Zetazzz merged 12 commits intodevelop-v5from Feb 11, 2026
Merged
Conversation
Contributor
Author
|
there's a big TS issue with nested select clause that I'm solving but generated output looks good and compiling |
The browserCompatible option was already removed from the codegen package during the v5 migration but the CLI wrapper still referenced it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace _meta references with standard introspection in comments and docstrings. Mark legacy v4 exports (QueryBuilder, MetaObject, generators) as @deprecated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add test for FulltextSearch entity detection from introspection to verify search plugin entities are handled correctly. Add multi-entity findOne collection fallback test for NoUniqueLookupPreset scenarios. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add search plugin integration and post-rebase verification to handover - Mark all 5 codegen migration workstreams as complete - Update graphile plugin inventory (search, pg-type-mappings complete) - Update Phase 7 codegen status to reflect completion Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Custom mutation hooks were casting the select argument with HookStrictSelect when passing to ORM methods, but ORM expects StrictSelect. This caused TS2345 errors in generated output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PostGraphile v5 uses e.g. "userPatch" not "patch" in UpdateUserInput. Infer from introspection and thread through hooks, ORM, and query-builder.
…ole hooks Add SessionInfo, ExtendTokenButton, AuditLogList, EmailList, RoleTypeList components and enhance CheckPasswordForm with verifyPassword toggle. Add 4 new live integration tests for scalar queries, token extension, audit logs, and emails.
bb1666e to
0677bbe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.