You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(codegen): remove deprecations, unify camelizeArgv, clean up redundant wrappers
- Undeprecate generators/index.ts (active v5 code, not legacy v4)
- Undeprecate MetaObject/QueryBuilder exports in core/index.ts
- Remove deprecated formatOutput() and its test (replaced by writeGeneratedFiles)
- Remove buildSchemaSDLFromDatabase() wrapper, callers use buildSchemaSDL directly
- Unify camelizeArgv: camelize once at top of each CLI handler, remove dual manual-kebab + later-camelize pattern
0 commit comments