Skip to content

Commit

Permalink
[Data masking] Ensure deferred payloads are properly masked (#12114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Nov 8, 2024
1 parent 7a0e1b1 commit 1d4ce00
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 58 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-owls-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

Fix error when combining `@unmask` and `@defer` directives on a fragment spread when data masking is enabled.
4 changes: 2 additions & 2 deletions .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 41459,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34213
"dist/apollo-client.min.cjs": 41506,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34257
}
Loading

0 comments on commit 1d4ce00

Please sign in to comment.