Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 13, 2020
1 parent 7fc0f4a commit e88781a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .changeset/modern-queens-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'@urql/core': minor
---

Adds the `stripTypename` export to urql-core, this deeply strips typenames from the given payload. In (P)React we add an additional parameter to useQuery to strip typenames on result and strip typenames from variables in useRequest
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
strip typenames from results.

0 comments on commit e88781a

Please sign in to comment.