Patch Changes
- Re-order
maskTypename
to apply masking earlier in the chain
Submitted by @kitten (See #3298) - ⚠️ Fix
ssrExchange
not formatting query documents usingformatDocument
. Without this call we'd run the risk of not having__typename
available on the client-side when rehydrating
Submitted by @kitten (See #3288) - Add deprecation notice for
maskTypename
option.
Masking typenames in a result is no longer recommended. It’s only
useful when multiple pre-conditions are applied and inferior to
mapping to an input object manually
Submitted by @kitten (See #3299)