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.