Skip to content

Commit

Permalink
chore: correct fragments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Jul 19, 2024
1 parent dd57ec7 commit 8675490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GraphQL fragments enable the reuse of common fields across different queries and

### Improved Query Performance

Using fragments can lead to optimized queries by minimizing the amount of data fetched and ensuring that only the necessary fields are requested. This can result in faster query responses and a more efficient use of network resources.
Using fragments can lead to optimized queries by minimizing the amount of bytes sent in the query. This can result in faster query responses and a more efficient use of network resources.

### Consistent Data Fetching

Expand Down

0 comments on commit 8675490

Please sign in to comment.