Skip to content

Commit 7d9abc2

Browse files
idalithbbenface
andauthored
Update website/pages/en/querying/querying-best-practices.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 43193bc commit 7d9abc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/querying/querying-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ query {
332332

333333
Such repeated fields (`id`, `active`, `status`) bring many issues:
334334

335-
- Harder to read for more extensive queries
335+
- More extensive queries become harder to read.
336336
- When using tools that generate TypeScript types based on queries (_more on that in the last section_), `newDelegate` and `oldDelegate` will result in two distinct inline interfaces.
337337

338338
A refactored version of the query would be the following:

0 commit comments

Comments
 (0)