Closed github-actions[bot] closed 7 months ago
Name | Link |
---|---|
Latest commit | 8aa4fdf2826a95d92ca58a264241e18b02f8623d |
Latest deploy log | https://app.netlify.com/sites/apollo-client-docs/deploys/661daef95a517400086e087e |
Deploy Preview | https://deploy-preview-11755--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.
Path | Size |
---|---|
dist/apollo-client.min.cjs | 38.61 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" | 46.49 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) | 44.04 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" | 34.16 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) | 32.04 KB (0%) |
import { ApolloProvider } from "dist/react/index.js" | 1.24 KB (0%) |
import { ApolloProvider } from "dist/react/index.js" (production) | 1.22 KB (0%) |
import { useQuery } from "dist/react/index.js" | 5.27 KB (0%) |
import { useQuery } from "dist/react/index.js" (production) | 4.35 KB (+0.03% 🔺) |
import { useLazyQuery } from "dist/react/index.js" | 5.51 KB (0%) |
import { useLazyQuery } from "dist/react/index.js" (production) | 4.58 KB (0%) |
import { useMutation } from "dist/react/index.js" | 3.51 KB (0%) |
import { useMutation } from "dist/react/index.js" (production) | 2.73 KB (0%) |
import { useSubscription } from "dist/react/index.js" | 3.19 KB (0%) |
import { useSubscription } from "dist/react/index.js" (production) | 2.38 KB (0%) |
import { useSuspenseQuery } from "dist/react/index.js" | 5.44 KB (0%) |
import { useSuspenseQuery } from "dist/react/index.js" (production) | 4.11 KB (0%) |
import { useBackgroundQuery } from "dist/react/index.js" | 4.92 KB (0%) |
import { useBackgroundQuery } from "dist/react/index.js" (production) | 3.58 KB (0%) |
import { useLoadableQuery } from "dist/react/index.js" | 5.03 KB (0%) |
import { useLoadableQuery } from "dist/react/index.js" (production) | 3.69 KB (0%) |
import { useReadQuery } from "dist/react/index.js" | 3.32 KB (+0.06% 🔺) |
import { useReadQuery } from "dist/react/index.js" (production) | 3.26 KB (0%) |
import { useFragment } from "dist/react/index.js" | 2.29 KB (0%) |
import { useFragment } from "dist/react/index.js" (production) | 2.24 KB (+0.05% 🔺) |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-3.10, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
release-3.10
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-3.10
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@apollo/client@3.10.0-rc.1
Minor Changes
#11760
acd1982
Thanks @alessbell! -createTestSchema
now uses graphql-toolsmergeResolvers
to merge resolvers instead of a shallow merge.#11764
f046aa9
Thanks @alessbell! - RenamecreateProxiedSchema
tocreateTestSchema
andcreateMockFetch
tocreateSchemaFetch
.#11777
5dfc79f
Thanks @alessbell! - CallcreateMockSchema
insidecreateTestSchema
.#11774
2583488
Thanks @alessbell! - Add ability to set min and max delay increateSchemaFetch
#11783
440563a
Thanks @alessbell! - Moves new testing utilities to their own entrypoint,testing/experimental
Patch Changes
#11757
9825295
Thanks @phryneas! - AdjustuseReadQuery
wrapper logic to work with transported objects.#11771
e72cbba
Thanks @phryneas! - WrapuseQueryRefHandlers
inwrapHook
.#11754
80d2ba5
Thanks @alessbell! - ExportWatchFragmentOptions
andWatchFragmentResult
from main entrypoint and fix bug wherethis
wasn't bound to thewatchFragment
method onApolloClient
.