Skip to content

Commit eb22071

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

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
@@ -412,7 +412,7 @@ GraphQL `Fragment`s must be defined based on their usage.
412412

413413
For most use-case, defining one fragment per type (in the case of repeated fields usage or type generation) is sufficient.
414414

415-
Here is a rule of thumb for using Fragment:
415+
Here is a rule of thumb for using fragments:
416416

417417
- When fields of the same type are repeated in a query, group them in a Fragment
418418
- When similar but not the same fields are repeated, create multiple fragments, ex:

0 commit comments

Comments
 (0)