Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 586 Bytes

step_03.md

File metadata and controls

20 lines (15 loc) · 586 Bytes

Getters VS FieldResolver

git checkout step_03

Learn

  • Lazy relations VS Eager relations from TypeORM

Packages

N/A

Tasks

  • Create several users
  • Add friendship to several of them
  • Check how big nested query GraphQL can support
  • Review TypeORM code example
  • Add followers as User[] to User
  • Add following as User[] to User
  • Add followersCount as Int to User
  • Add followingCount as Int to User