docs: fix incorrect mdx (#10201)

This commit is contained in:
Alessio Gravili
2024-12-27 13:18:31 -07:00
committed by GitHub
parent fad4ee6282
commit bb0c8a8c62
72 changed files with 239 additions and 240 deletions

View File

@@ -59,7 +59,7 @@ are related to the Category are populated for you. This is extremely powerful an
of relationship types in an easy manner.
<Banner type="success">
The Join field is extremely performant and does not add additional query overhead to your API responses until you add depth of 1 or above. It works in all database adapters. In MongoDB, we use <strong>aggregations</strong> to automatically join in related documents, and in relational databases, we use joins.
The Join field is extremely performant and does not add additional query overhead to your API responses until you add depth of 1 or above. It works in all database adapters. In MongoDB, we use **aggregations** to automatically join in related documents, and in relational databases, we use joins.
</Banner>
### Schema advice