Skip to content

Commit afb4fce

Browse files
authored
Remove partial property returned from useLazyQuery (#12542)
1 parent 9b15b9b commit afb4fce

File tree

5 files changed

+16
-330
lines changed

5 files changed

+16
-330
lines changed

Diff for: .changeset/mean-lizards-think.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@apollo/client": patch
3+
---
4+
5+
Ensure `useLazyQuery` does not return a `partial` property which is not specified by the result type.

Diff for: .size-limits.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 42828,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38328,
4-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 32795,
5-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27750
2+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 42887,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38300,
4+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 32775,
5+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27714
66
}

0 commit comments

Comments
 (0)