A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Twitter clone made with Nest framework.
Learn more
-
GQL UseGuards (https://stackoverflow.com/questions/55269777/nestjs-get-current-user-in-graphql-resolver-authenticated-with-jwt)
-
How to create custom decorator in GQL (https://stackoverflow.com/questions/61445185/how-to-implement-user-guards-in-nestjs-graphql)
-
How to remove file with sensitive info from commit (https://stackoverflow.com/questions/12481639/remove-files-from-git-commit/15321456#15321456)
-
Exclude property from graphql type (https://docs.nestjs.com/graphql/mapped-types#omit)
-
Class validator decorators (https://github.com/typestack/class-validator#validation-decorators)
-
How to limit depth of GQL Requests (https://github.com/stems/graphql-depth-limit)
-
Format GQL Errors (https://stackoverflow.com/questions/61045881/why-arent-nestjs-graphql-validation-errors-placed-in-the-error-message-field)
-
How to import Repository from another module (https://stackoverflow.com/questions/64282183/nestjs-cant-inject-a-repository-from-a-different-module)
-
TypeOrm Postgre Array Type (https://stackoverflow.com/questions/57611633/typeorm-array-is-not-supported-in-postgres)
-
How to create NestJS Dataloader (https://wanago.io/2021/02/08/api-nestjs-n-1-problem-graphql/)
-
TypeOrm Deep Relation query (typeorm/typeorm#1270)