Commit 69531c9
committed
refactor(codegen): remove pgType enrichment machinery, detect via GQL type names
Remove metaFile config, --dump-meta CLI, enrichPgTypesFromMeta/MetaFile,
buildMetaFromTables/writeMetaFile, and all associated tests.
pgvector/tsvector/PostGIS detection now relies entirely on GraphQL type
names from introspection (Vector, FullText, GeoJSON, etc.) — the codec
plugins already translate pg types to distinct GQL scalars, so no _meta
or sidecar file is needed for type detection.
M:N junction key enrichment from _meta remains (genuinely needs it).1 parent 70ba291 commit 69531c9
11 files changed
Lines changed: 10 additions & 630 deletions
File tree
- graphql/codegen/src
- __tests__/introspect
- cli
- core
- codegen
- cli
- introspect
- source
- pipeline
- types
Lines changed: 0 additions & 100 deletions
This file was deleted.
Lines changed: 0 additions & 239 deletions
This file was deleted.
0 commit comments