From 4bc7431043bda81b4725634d78088f1044fb921a Mon Sep 17 00:00:00 2001 From: Louai Hamada <47286486+Louai-H@users.noreply.github.com> Date: Thu, 17 Sep 2020 14:16:16 +0300 Subject: [PATCH] docs: update many-to-many-relations.md (#6725) * Update many-to-many-relations.md * Update many-to-many-relations.md Co-authored-by: Umed Khudoiberdiev --- docs/many-to-many-relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/many-to-many-relations.md b/docs/many-to-many-relations.md index 8a53a21e8d..10a53f3e95 100644 --- a/docs/many-to-many-relations.md +++ b/docs/many-to-many-relations.md @@ -174,7 +174,7 @@ const questions = await connection .getMany(); ``` -With eager loading enabled on a relation you don't have to specify relation or join it - it will ALWAYS be loaded automatically. +When using `FindOptions` you don't need to specify eager relations - they are always automatically loaded. ## bi-directional relations