Skip to content

Commit

Permalink
Remove duplicate "the" (graphql#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored and mandiwise committed Nov 21, 2024
1 parent 01d0d07 commit 4fafb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/learn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function User_name(user, args, context, info) {
}
```

In the example above, the function that provides data for the `me` field on the `Query` type uses information about the authenticated user who made the request, while the the `name` field on the `User` type is populated by using that user's ID to fetch their full name from a database.
In the example above, the function that provides data for the `me` field on the `Query` type uses information about the authenticated user who made the request, while the `name` field on the `User` type is populated by using that user's ID to fetch their full name from a database.

## Query exactly what you need

Expand Down

0 comments on commit 4fafb88

Please sign in to comment.