Closed phryneas closed 4 months ago
Latest commit: b095a719840caf73313fb83a30ed0b488b4cfc3f
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.
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
Path | Size |
---|---|
dist/apollo-client.min.cjs | 39.13 KB (+0.09% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" | 47.86 KB (+0.13% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) | 45.4 KB (+0.1% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" | 34.27 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) | 32.13 KB (0%) |
import { ApolloProvider } from "dist/react/index.js" | 1.26 KB (0%) |
import { ApolloProvider } from "dist/react/index.js" (production) | 1.24 KB (0%) |
import { useQuery } from "dist/react/index.js" | 5.23 KB (0%) |
import { useQuery } from "dist/react/index.js" (production) | 4.31 KB (0%) |
import { useLazyQuery } from "dist/react/index.js" | 5.71 KB (0%) |
import { useLazyQuery } from "dist/react/index.js" (production) | 4.79 KB (0%) |
import { useMutation } from "dist/react/index.js" | 3.62 KB (0%) |
import { useMutation } from "dist/react/index.js" (production) | 2.84 KB (0%) |
import { useSubscription } from "dist/react/index.js" | 4.4 KB (+16.75% 🔺) |
import { useSubscription } from "dist/react/index.js" (production) | 3.45 KB (+18.46% 🔺) |
import { useSuspenseQuery } from "dist/react/index.js" | 5.49 KB (0%) |
import { useSuspenseQuery } from "dist/react/index.js" (production) | 4.15 KB (0%) |
import { useBackgroundQuery } from "dist/react/index.js" | 4.99 KB (0%) |
import { useBackgroundQuery } from "dist/react/index.js" (production) | 3.64 KB (0%) |
import { useLoadableQuery } from "dist/react/index.js" | 5.07 KB (0%) |
import { useLoadableQuery } from "dist/react/index.js" (production) | 3.72 KB (0%) |
import { useReadQuery } from "dist/react/index.js" | 3.39 KB (0%) |
import { useReadQuery } from "dist/react/index.js" (production) | 3.33 KB (0%) |
import { useFragment } from "dist/react/index.js" | 2.32 KB (0%) |
import { useFragment } from "dist/react/index.js" (production) | 2.27 KB (0%) |
Name | Link |
---|---|
Latest commit | b095a719840caf73313fb83a30ed0b488b4cfc3f |
Latest deploy log | https://app.netlify.com/sites/apollo-client-docs/deploys/668d2ec81d9e710008ecd15b |
Deploy Preview | https://deploy-preview-11928--apollo-client-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I'd say this looks good now.
Noticed one small bug with protocol errors after adjusting the tests more, fixed that too.
Partially addresses #11165.
As discussed in issue club, we'll hold off on adding
errorPolicy
tosubscribeToMore
as this will be a bigger change than this one.