git checkout step_03
- Lazy relations VS Eager relations from TypeORM
N/A
- 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[]
toUser
- Add following as
User[]
toUser
- Add followersCount as
Int
toUser
- Add followingCount as
Int
toUser