From 22ed43afe9fdd54e411443703fd3bfcec74f98c9 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 4 Dec 2024 08:38:06 -0700 Subject: [PATCH] Reword paragraph Co-authored-by: Maria Elisabeth Schreiber --- docs/source/data/fragments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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