showing results for - "adonis load relationship"
Élie
03 Jul 2020
1// Lazy Eager Loading
2const user = await User.find(1)
3await user.load('posts')