Skip to content

Commit

Permalink
docs: update many-to-many-relations.md (typeorm#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
2 people authored and Svetlozar committed Jan 12, 2021
1 parent d42db56 commit ddfce3e
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 ddfce3e

Please sign in to comment.