Skip to content

Commit

Permalink
Reword paragraph
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
  • Loading branch information
jerelmiller and Meschreiber authored Dec 4, 2024
1 parent 2fceecc commit 22ed43a
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 occasions, 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 used by the client when unwrapping types while data masking is disabled or for APIs that use the full result.
This is the same helper type the client uses when unwrapping types while data masking is turned off or for APIs that use the full result.
</Note>
```ts
Expand Down

0 comments on commit 22ed43a

Please sign in to comment.