From f14497bad3cfff5973d709019004d1a0cab2f4ad Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Thu, 13 Feb 2020 14:05:35 +0100 Subject: [PATCH] Update .changeset/modern-queens-run.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Phil Plückthun --- .changeset/modern-queens-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/modern-queens-run.md b/.changeset/modern-queens-run.md index 516d43f1b7..396de5991a 100644 --- a/.changeset/modern-queens-run.md +++ b/.changeset/modern-queens-run.md @@ -3,5 +3,5 @@ --- Adds the `maskTypename` export to urql-core, this deeply masks typenames from the given payload. -Masking typenames has also become an option on the `client` under the name `maskTypename` setting this to `true` will automatically +Masking `__typename` properties is also available as a `maskTypename` option on the `Client`. Setting this to true will strip typenames from results.