Skip to content

Commit

Permalink
docs: update many-to-many-relations.md (#6725)
Browse files Browse the repository at this point in the history
* Update many-to-many-relations.md

* Update many-to-many-relations.md

Co-authored-by: Umed Khudoiberdiev <pleerock.me@gmail.com>
  • Loading branch information
Louai-H and pleerock committed Sep 17, 2020
1 parent 6e28322 commit 4bc7431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/many-to-many-relations.md
Expand Up @@ -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

Expand Down

0 comments on commit 4bc7431

Please sign in to comment.