Skip to content

Commit

Permalink
Reword sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 3, 2024
1 parent 44434a9 commit e8f388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/fragments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ In this example, the `GetPosts` query selects enough fields to satisfy the `Post
On rare occasion you may need access to the unmasked type of a particular operation. Apollo Client provides the `Unmasked` helper type that unwraps masked types and removes meta information on the type.
<Note>
This is the same helper type that the client uses when unwrapping types while data masking is disabled or for APIs that use the full result.
This is the same helper type used by the client when unwrapping types while data masking is disabled or for APIs that use the full result.
</Note>
```ts
Expand Down

0 comments on commit e8f388e

Please sign in to comment.