You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible, for example, to get all the chain: Restaurant - > Reviews - > User? I cant find a way to preload user for each review in this case. (Model scheme: restaurant -> one to many -> reviews; reviews -> one to one (inverse) -> user)
The text was updated successfully, but these errors were encountered:
Nope, right now there is no way to do nested eager loading. Your case should be doable with a through, when support for that is added. It's being worked on, but it might still be a while until it's released.
Uh oh!
There was an error while loading. Please reload this page.
Is it possible, for example, to get all the chain: Restaurant - > Reviews - > User? I cant find a way to preload user for each review in this case. (Model scheme: restaurant -> one to many -> reviews; reviews -> one to one (inverse) -> user)
The text was updated successfully, but these errors were encountered: