diff --git a/docs/source/data/fragments.mdx b/docs/source/data/fragments.mdx index 2080642e5f1..3a9627fe64c 100644 --- a/docs/source/data/fragments.mdx +++ b/docs/source/data/fragments.mdx @@ -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. -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. ```ts