NestJS-GraphQL-TypeORM-PostgresQL icon indicating copy to clipboard operation
NestJS-GraphQL-TypeORM-PostgresQL copied to clipboard

feat(Feat/change-select-for-typeorm): Change it to select only the columns that exist in the DB

Open Ho-s opened this issue 9 months ago • 0 comments

#24

I have modified the query to select only those columns that exist in the database, by checking the entity's metadata.

Ho-s avatar May 10 '24 05:05 Ho-s