NestJS-GraphQL-TypeORM-PostgresQL
NestJS-GraphQL-TypeORM-PostgresQL copied to clipboard
NestJS + GraphQL + TypeORM + PostgresQL Boilerplate
I noticed that `GetManyInput` does not have a `relations` key, and it doesn't seem like there is an automatic way (or manual way) to specify which relations should load, so...
Hello friend. Good work on this repo. I am facing an issue and would like to know your thoughts. Let's say I have below class: ```typescript @ObjectType() @Entity() export class...
#24 I have modified the query to select only those columns that exist in the database, by checking the entity's metadata.