Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 15:43
· 201 commits to main since this release
76ad619

Patch Changes

  • Re-order maskTypename to apply masking earlier in the chain
    Submitted by @kitten (See #3298)
  • ⚠️ Fix ssrExchange not formatting query documents using formatDocument. 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)