NestJS-GraphQL-TypeORM-PostgresQL
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
#24
I have modified the query to select only those columns that exist in the database, by checking the entity's metadata.