Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call nextFetchPolicy with "variables-changed" even if there is a fetchPolicy option specified. #11626

Merged
merged 8 commits into from
Jul 8, 2024
Prev Previous commit
Next Next commit
Clean up Prettier, Size-limit, and Api-Extractor
phryneas authored and github-actions[bot] committed Jul 8, 2024
commit 15131cdb48479016826902896ce1c0bf603df71d
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": 39906,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32896
"dist/apollo-client.min.cjs": 39924,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32903
}