Replies: 1 comment
-
Agree. The semantics of the word itself is bit confusing. It was mainly used to be in-sync with the query builder Thanks for the suggestions, but lemme also think of more appropriate name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
https://preview.adonisjs.com/guides/model-relations/introduction#preloading-relationship
in the docs, it says:
You can also lazy-load relationships for an existing model instance. For example:
It's quite a bit confusing that the method "preload" can be used for actually "postloading" (for the lack of a better word).
It took me quite a bit of research in the docs to find out that lazy-loading relationships has to be done via "preloading".
Suggestions:
Beta Was this translation helpful? Give feedback.
All reactions