Skip to content

Commit

Permalink
wording relation filters
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed Mar 18, 2024
1 parent c7c6564 commit 99337e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ async function deleteRows() {
<details id="filtering-relations"><summary><strong>Filtering relations</strong></summary>
Relation filters are particularly useful as they allow for the dynamic exclusion of related data based on specific criteria.
In this example all orders are fetched, but the lines property only has products containing "broomstick". By setting deliveryAddress and customer to true, we also ensure the inclusion of these related entities in our result set.
In this example all orders are fetched, but the lines only having products containing "broomstick". By setting deliveryAddress and customer to true, we also ensure the inclusion of these related entities in our result set.
```javascript
import map from './map';
Expand Down

0 comments on commit 99337e6

Please sign in to comment.