Skip to content

Commit

Permalink
Use present tense
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 cd956d0 commit 592a463
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 @@ -1206,7 +1206,7 @@ With `enabled` set to `true`, any request-based API will type `data` using the m
##### Opting in per operation
If you prefer an incremental approach, you can opt in to use masked types per operation. This can be useful when your application creates multiple Apollo Client instances where only a subset of them enable data masking.
If you prefer an incremental approach, you can opt in to use masked types per operation. This can be useful when your application creates multiple Apollo Client instances where only a subset enables data masking.
Apollo Client provides a `Masked` helper type that tells the client to use the masked type directly. You can use this with `TypedDocumentNode` or with generic arguments.
Expand Down

0 comments on commit 592a463

Please sign in to comment.