Skip to content

Add test for changing variables with network-only fetch policy #12598

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

Merged
merged 2 commits into from
Jun 19, 2025

Conversation

jerelmiller
Copy link
Member

Supercedes #12230

This will likely be solved by #12556 so we'll add this test case to the test suite once #12556 is merged.

Copy link

changeset-bot bot commented Apr 30, 2025

⚠️ No Changeset found

Latest commit: 794e89f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

pkg-pr-new bot commented Apr 30, 2025

npm i https://pkg.pr.new/apollographql/apollo-client/@apollo/client@12598

commit: 794e89f

Copy link
Contributor

github-actions bot commented Apr 30, 2025

size-limit report 📦

Path Size
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (CJS) 42.71 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) (CJS) 37.79 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" 32.66 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) 27.01 KB (0%)
import { ApolloProvider } from "@apollo/client/react" 5.74 KB (0%)
import { ApolloProvider } from "@apollo/client/react" (production) 959 B (0%)
import { useQuery } from "@apollo/client/react" 7.49 KB (0%)
import { useQuery } from "@apollo/client/react" (production) 2.7 KB (0%)
import { useLazyQuery } from "@apollo/client/react" 6.97 KB (0%)
import { useLazyQuery } from "@apollo/client/react" (production) 2.19 KB (0%)
import { useMutation } from "@apollo/client/react" 6.54 KB (0%)
import { useMutation } from "@apollo/client/react" (production) 1.76 KB (0%)
import { useSubscription } from "@apollo/client/react" 6.65 KB (0%)
import { useSubscription } from "@apollo/client/react" (production) 1.85 KB (0%)
import { useSuspenseQuery } from "@apollo/client/react" 8.51 KB (0%)
import { useSuspenseQuery } from "@apollo/client/react" (production) 3.73 KB (0%)
import { useBackgroundQuery } from "@apollo/client/react" 8.25 KB (0%)
import { useBackgroundQuery } from "@apollo/client/react" (production) 3.5 KB (0%)
import { useLoadableQuery } from "@apollo/client/react" 8.57 KB (0%)
import { useLoadableQuery } from "@apollo/client/react" (production) 3.81 KB (0%)
import { useReadQuery } from "@apollo/client/react" 6.51 KB (0%)
import { useReadQuery } from "@apollo/client/react" (production) 1.68 KB (0%)
import { useFragment } from "@apollo/client/react" 6.53 KB (0%)
import { useFragment } from "@apollo/client/react" (production) 1.74 KB (0%)

@jerelmiller jerelmiller marked this pull request as ready for review June 18, 2025 23:59
@jerelmiller jerelmiller changed the title Add failing test for #12229 Add test for changing variables with network-only fetch policy Jun 18, 2025
@jerelmiller jerelmiller merged commit 2f578f8 into release-4.0 Jun 19, 2025
42 of 43 checks passed
@jerelmiller jerelmiller deleted the jerel/issue-12229 branch June 19, 2025 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant