├── .changeset └── config.json ├── .circleci └── config.yml ├── .git-blame-ignore-revs ├── .github ├── renovate.json5 └── workflows │ ├── docs.yml │ ├── issue-close-user-survey.yml │ ├── knip.yml │ ├── pkg-pr-new-publish.yml │ ├── publish.yml │ ├── relative-ci.yaml │ ├── size-limit.yml │ ├── tests.yml │ └── vercel-integration.yml ├── .gitignore ├── .gitleaksignore ├── .prettierrc ├── .size-limit.cjs ├── .yarn ├── patches │ └── react-router-npm-7.1.5-9668fa2213.patch └── releases │ └── yarn-4.9.1.cjs ├── .yarnrc.yml ├── CODEOWNERS ├── LICENSE ├── README.md ├── api-extractor.json ├── banner.jpg ├── docs ├── client-integration-nextjs.apolloclient.md ├── client-integration-nextjs.apolloclient.options.md ├── client-integration-nextjs.apollonextappprovider.md ├── client-integration-nextjs.debouncemultipartresponseslink._constructor_.md ├── client-integration-nextjs.debouncemultipartresponseslink.md ├── client-integration-nextjs.debouncemultipartresponseslink.request.md ├── client-integration-nextjs.inmemorycache.md ├── client-integration-nextjs.md ├── client-integration-nextjs.preloadquerycomponent.md ├── client-integration-nextjs.preloadqueryprops.md ├── client-integration-nextjs.registerapolloclient.md ├── client-integration-nextjs.removemultipartdirectiveslink._constructor_.md ├── client-integration-nextjs.removemultipartdirectiveslink.md ├── client-integration-nextjs.removemultipartdirectiveslink.request.md ├── client-integration-nextjs.resetapolloclientsingletons.md ├── client-integration-nextjs.ssrmultipartlink._constructor_.md ├── client-integration-nextjs.ssrmultipartlink.md ├── client-integration-nextjs.transportedqueryref.md ├── client-integration-nextjs.transportedqueryref.topromise.md ├── client-integration-react-router.apolloclient._constructor_.md ├── client-integration-react-router.apolloclient.md ├── client-integration-react-router.apolloclient.options.md ├── client-integration-react-router.apolloclient.setlink.md ├── client-integration-react-router.apollohydrationhelper.md ├── client-integration-react-router.createapolloloaderhandler.apolloloader.md ├── client-integration-react-router.createapolloloaderhandler.md ├── client-integration-react-router.createapolloloaderhandler.preloadqueryfn.md ├── client-integration-react-router.md ├── client-integration-tanstack-start.apolloclient.md ├── client-integration-tanstack-start.apolloclient.options.md ├── client-integration-tanstack-start.apolloclientintegration.md ├── client-integration-tanstack-start.apolloclientintegration.preloadtransportedqueryfunction.md ├── client-integration-tanstack-start.apolloclientintegration.routercontext.apolloclient.md ├── client-integration-tanstack-start.apolloclientintegration.routercontext.md ├── client-integration-tanstack-start.apolloclientintegration.routercontext.preloadquery.md ├── client-integration-tanstack-start.apolloclientintegration.transportedqueryref.md ├── client-integration-tanstack-start.inmemorycache.md ├── client-integration-tanstack-start.md ├── client-integration-tanstack-start.routerwithapolloclient.defaultcontext.md ├── client-integration-tanstack-start.routerwithapolloclient.md ├── client-react-streaming.apolloclient.md ├── client-react-streaming.apolloclient.options.cache.md ├── client-react-streaming.apolloclient.options.md ├── client-react-streaming.buildmanualdatatransport.md ├── client-react-streaming.createtransportedquerypreloader.md ├── client-react-streaming.datatransportcontext.md ├── client-react-streaming.datatransportproviderimplementation.md ├── client-react-streaming.debouncemultipartresponseslink._constructor_.md ├── client-react-streaming.debouncemultipartresponseslink.md ├── client-react-streaming.debouncemultipartresponseslink.request.md ├── client-react-streaming.hydrationcontextoptions.extrascriptprops.md ├── client-react-streaming.hydrationcontextoptions.md ├── client-react-streaming.inmemorycache._constructor_.md ├── client-react-streaming.inmemorycache._sourcesymbol_.md ├── client-react-streaming.inmemorycache.md ├── client-react-streaming.istransportedqueryref.md ├── client-react-streaming.md ├── client-react-streaming.preloadquerycomponent.md ├── client-react-streaming.preloadqueryprops.md ├── client-react-streaming.preloadtransportedqueryfunction.md ├── client-react-streaming.preloadtransportedqueryoptions.md ├── client-react-streaming.queryevent.md ├── client-react-streaming.readfromreadablestream.md ├── client-react-streaming.readfromreadablestreamlink._constructor_.md ├── client-react-streaming.readfromreadablestreamlink.md ├── client-react-streaming.registerapolloclient.md ├── client-react-streaming.registerlateinitializingqueue.md ├── client-react-streaming.removemultipartdirectiveslink._constructor_.md ├── client-react-streaming.removemultipartdirectiveslink.md ├── client-react-streaming.removemultipartdirectiveslink.request.md ├── client-react-streaming.resetapollosingletons.md ├── client-react-streaming.resetmanualssrapollosingletons.md ├── client-react-streaming.revivetransportedqueryref.md ├── client-react-streaming.skipdatatransport.md ├── client-react-streaming.ssrmultipartlink._constructor_.md ├── client-react-streaming.ssrmultipartlink.md ├── client-react-streaming.teetoreadablestream.md ├── client-react-streaming.teetoreadablestreamlink._constructor_.md ├── client-react-streaming.teetoreadablestreamlink.md ├── client-react-streaming.transportedqueryref.md ├── client-react-streaming.transportedqueryref.topromise.md ├── client-react-streaming.usewraptransportedqueryref.md ├── client-react-streaming.wrapapolloprovider.md ├── client-react-streaming.wrappedapolloprovider.info.md ├── client-react-streaming.wrappedapolloprovider.md └── index.md ├── examples ├── README.md ├── app-dir-experiments │ ├── .eslintrc.json │ ├── .gitignore │ ├── .vscode │ │ └── settings.json │ ├── README.md │ ├── app │ │ ├── ApolloClient.ts │ │ ├── api │ │ │ └── graphql │ │ │ │ └── route.ts │ │ ├── apollo-client.d.ts │ │ ├── favicon.ico │ │ ├── globals.css │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── ssr │ │ │ ├── ApolloWrapper.tsx │ │ │ ├── layout.tsx │ │ │ └── page.tsx │ ├── components │ │ └── HtmlChangesObserver.tsx │ ├── next.config.js │ ├── package.json │ ├── public │ │ ├── next.svg │ │ ├── thirteen.svg │ │ └── vercel.svg │ └── tsconfig.json ├── hack-the-supergraph-ssr │ ├── .eslintrc.json │ ├── .gitignore │ ├── README.md │ ├── app │ │ ├── ApolloWrapper.tsx │ │ ├── ClientLayout.tsx │ │ ├── apollo-client.d.ts │ │ ├── error.tsx │ │ ├── layout.tsx │ │ ├── not-found.tsx │ │ ├── page.tsx │ │ └── product │ │ │ └── [id] │ │ │ └── page.tsx │ ├── components │ │ ├── Button.tsx │ │ ├── DelaySlider.tsx │ │ ├── Logo.tsx │ │ ├── Nav.tsx │ │ ├── ProductCard.tsx │ │ ├── ReviewRating.tsx │ │ ├── SettingsModal.tsx │ │ └── Spinner.tsx │ ├── logo.css │ ├── logo.svg │ ├── next.config.js │ ├── package.json │ ├── theme.js │ └── tsconfig.json └── polls-demo │ ├── .eslintrc.json │ ├── .gitignore │ ├── README.md │ ├── app │ ├── apollo-client.d.ts │ ├── cc │ │ ├── apollo-wrapper.tsx │ │ ├── error.tsx │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── poll-cc.tsx │ ├── favicon.ico │ ├── globals.css │ ├── layout.tsx │ ├── page.tsx │ └── rsc │ │ ├── apollo-client.d.ts │ │ ├── client.ts │ │ ├── page.tsx │ │ └── poll-rsc.tsx │ ├── codegen.ts │ ├── components │ ├── answer.tsx │ ├── poll │ │ ├── documents.generated.ts │ │ ├── documents.graphql │ │ └── index.tsx │ └── types.generated.ts │ ├── next.config.js │ ├── package.json │ ├── postcss.config.js │ ├── public │ ├── next.svg │ └── vercel.svg │ ├── tailwind.config.js │ └── tsconfig.json ├── integration-test ├── .gitignore ├── jest │ ├── babel.config.js │ ├── jest.config.js │ ├── package.json │ ├── setupAfterEnv.jest.ts │ └── src │ │ ├── App.jsx │ │ ├── App.test.jsx │ │ ├── hooks.test.jsx │ │ └── schema.js ├── nextjs │ ├── .env.local │ ├── next-env.d.ts │ ├── next.config.js │ ├── package.json │ ├── src │ │ ├── apollo-client.d.ts │ │ ├── app │ │ │ ├── cc │ │ │ │ ├── ApolloWrapper.tsx │ │ │ │ ├── dynamic │ │ │ │ │ ├── layout.tsx │ │ │ │ │ ├── useBackgroundQuery │ │ │ │ │ │ └── page.tsx │ │ │ │ │ ├── useBackgroundQueryWithoutSsrReadQuery │ │ │ │ │ │ └── page.tsx │ │ │ │ │ ├── useQuery │ │ │ │ │ │ └── page.tsx │ │ │ │ │ ├── useQueryWithCache │ │ │ │ │ │ └── page.tsx │ │ │ │ │ └── useSuspenseQuery │ │ │ │ │ │ └── page.tsx │ │ │ │ └── static │ │ │ │ │ ├── layout.tsx │ │ │ │ │ ├── useBackgroundQueryWithoutSsrReadQuery │ │ │ │ │ └── page.tsx │ │ │ │ │ └── useSuspenseQuery │ │ │ │ │ └── page.tsx │ │ │ ├── graphql │ │ │ │ └── route.ts │ │ │ ├── layout.tsx │ │ │ └── rsc │ │ │ │ ├── client.ts │ │ │ │ ├── dynamic │ │ │ │ ├── PreloadQuery │ │ │ │ │ ├── defer-queryRef-useReadQuery │ │ │ │ │ │ ├── ClientChild.tsx │ │ │ │ │ │ └── page.tsx │ │ │ │ │ ├── error.tsx │ │ │ │ │ ├── queryRef-useReadQuery │ │ │ │ │ │ ├── ClientChild.tsx │ │ │ │ │ │ └── page.tsx │ │ │ │ │ └── useSuspenseQuery │ │ │ │ │ │ ├── ClientChild.tsx │ │ │ │ │ │ └── page.tsx │ │ │ │ └── query │ │ │ │ │ └── page.tsx │ │ │ │ └── static │ │ │ │ └── query │ │ │ │ └── page.tsx │ │ ├── global.d.ts │ │ └── proxy.ts │ └── tsconfig.json ├── playwright │ ├── empty.har │ ├── fixture.ts │ ├── package.json │ ├── playwright.config.ts │ ├── src │ │ ├── cc-dynamic.test.ts │ │ ├── cc-static.test.ts │ │ ├── helpers.ts │ │ ├── preloadQuery.test.ts │ │ ├── rsc-dynamic.test.ts │ │ └── rsc-static.test.ts │ └── tsconfig.json ├── react-router │ ├── .gitignore │ ├── README.md │ ├── app │ │ ├── apollo-client.d.ts │ │ ├── apollo.ts │ │ ├── entry.client.tsx │ │ ├── entry.server.tsx │ │ ├── root.tsx │ │ ├── routes.ts │ │ └── routes │ │ │ ├── _index.tsx │ │ │ ├── asyncLoader.tsx │ │ │ ├── graphql.ts │ │ │ ├── preloadQuery.queryRef-useReadQuery.tsx │ │ │ └── preloadQuery.useSuspenseQuery.tsx │ ├── package.json │ ├── public │ │ └── favicon.ico │ ├── react-router.config.ts │ ├── tsconfig.json │ └── vite.config.ts ├── shared │ ├── IncrementalSchemaLink.ts │ ├── apiRoute.ts │ ├── delayLink.ts │ ├── errorLink.tsx │ ├── package.json │ ├── queries.ts │ └── schema.ts ├── tanstack-start │ ├── package.json │ ├── src │ │ ├── apollo-client.d.ts │ │ ├── global.d.ts │ │ ├── routeTree.gen.ts │ │ ├── router.tsx │ │ └── routes │ │ │ ├── __root.tsx │ │ │ ├── api.graphql.ts │ │ │ ├── index.tsx │ │ │ ├── loader-defer.tsx │ │ │ ├── preloadQuery │ │ │ ├── queryRef-useReadQuery.tsx │ │ │ └── useSuspenseQuery.tsx │ │ │ ├── useBackgroundQuery.tsx │ │ │ ├── useBackgroundQueryWithoutSsrReadQuery.tsx │ │ │ ├── useQuery.tsx │ │ │ ├── useQueryWithCache.tsx │ │ │ ├── useSuspenseQuery-defer.tsx │ │ │ └── useSuspenseQuery.tsx │ ├── tsconfig.json │ └── vite.config.ts ├── vite-streaming │ ├── index.html │ ├── package.json │ ├── playwright.config.ts │ ├── server.js │ ├── src │ │ ├── App.css │ │ ├── App.tsx │ │ ├── Html.jsx │ │ ├── Transport.tsx │ │ ├── apollo-client.d.ts │ │ ├── entry-client.jsx │ │ ├── entry-server.jsx │ │ ├── hydration.test.ts │ │ └── schema.ts │ ├── tsconfig.json │ └── vite.config.js └── vitest │ ├── package.json │ ├── setup.js │ ├── src │ ├── App.jsx │ ├── App.test.jsx │ ├── hooks.test.jsx │ └── schema.js │ └── vite.config.js ├── knip.config.js ├── package.json ├── packages ├── .eslintignore ├── .eslintrc.cjs ├── client-react-streaming │ ├── CHANGELOG.md │ ├── LICENSE.md │ ├── README.md │ ├── api-extractor.d.ts │ ├── api-extractor.json │ ├── package-shape.json │ ├── package.json │ ├── src │ │ ├── AccumulateMultipartResponsesLink.test.ts │ │ ├── AccumulateMultipartResponsesLink.ts │ │ ├── DataTransportAbstraction │ │ │ ├── DataTransportAbstraction.ts │ │ │ ├── WrapApolloProvider.tsx │ │ │ ├── WrappedApolloClient.test.tsx │ │ │ ├── WrappedApolloClient.tsx │ │ │ ├── WrappedInMemoryCache.tsx │ │ │ ├── backpressuredCallback.ts │ │ │ ├── hooks.ts │ │ │ ├── index.ts │ │ │ ├── symbols.ts │ │ │ ├── testHelpers.ts │ │ │ ├── transportedOptions.ts │ │ │ └── useTransportValue.tsx │ │ ├── ManualDataTransport │ │ │ ├── ApolloRehydrateSymbols.tsx │ │ │ ├── ManualDataTransport.tsx │ │ │ ├── RehydrationContext.tsx │ │ │ ├── dataTransport.ts │ │ │ ├── htmlescape.ts │ │ │ ├── index.ts │ │ │ ├── lateInitializingQueue.ts │ │ │ ├── serialization.test.ts │ │ │ ├── serialization.ts │ │ │ └── types.tsx │ │ ├── PreloadQuery.tsx │ │ ├── ReadableStreamLink.tsx │ │ ├── RemoveMultipartDirectivesLink.test.ts │ │ ├── RemoveMultipartDirectivesLink.ts │ │ ├── SSRMultipartLink.ts │ │ ├── SimulatePreloadedQuery.cc.ts │ │ ├── assertInstance.ts │ │ ├── bundleInfo.ts │ │ ├── combined.ts │ │ ├── empty.ts │ │ ├── importErrors.test.tsx │ │ ├── index.cc.tsx │ │ ├── index.rsc.ts │ │ ├── index.shared.ts │ │ ├── index.ts │ │ ├── localDeclarations.d.ts │ │ ├── registerApolloClient.test.tsx │ │ ├── registerApolloClient.tsx │ │ ├── stream-utils │ │ │ ├── JSONTransformStreams.tsx │ │ │ ├── combined.ts │ │ │ ├── createInjectionTransformStream.test.tsx │ │ │ ├── createInjectionTransformStream.tsx │ │ │ ├── index.shared.ts │ │ │ ├── index.ssr.ts │ │ │ ├── index.ts │ │ │ └── pipeReaderToResponse.ts │ │ └── transportedQueryRef.ts │ ├── tsconfig.json │ ├── tsconfig.tests.json │ └── tsup.config.ts ├── experimental-nextjs-app-support │ ├── CHANGELOG.md │ ├── LICENSE.md │ ├── README.md │ ├── package-shape.json │ ├── package.json │ ├── redirect │ │ ├── empty.cjs │ │ ├── empty.js │ │ ├── index.cjs │ │ ├── index.d.cts │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── rsc.cjs │ │ ├── rsc.d.cts │ │ ├── rsc.d.ts │ │ ├── rsc.js │ │ ├── ssr.cjs │ │ ├── ssr.d.cts │ │ ├── ssr.d.ts │ │ └── ssr.js │ └── tsconfig.json ├── nextjs │ ├── CHANGELOG.md │ ├── LICENSE.md │ ├── README.md │ ├── api-extractor.d.ts │ ├── api-extractor.json │ ├── package-shape.json │ ├── package.json │ ├── src │ │ ├── ApolloNextAppProvider.ts │ │ ├── bundleInfo.ts │ │ ├── combined.ts │ │ ├── empty.ts │ │ ├── importErrors.test.tsx │ │ ├── index.rsc.ts │ │ ├── index.shared.ts │ │ └── index.ts │ ├── tsconfig.json │ ├── tsconfig.tests.json │ └── tsup.config.ts ├── package.json ├── react-router │ ├── CHANGELOG.md │ ├── LICENSE.md │ ├── README.md │ ├── api-extractor.json │ ├── package-shape.json │ ├── package.json │ ├── src │ │ ├── ApolloClient.tsx │ │ ├── ApolloHydrationHelper.tsx │ │ ├── importErrors.test.tsx │ │ ├── index.ts │ │ └── preloader.tsx │ ├── tsconfig.json │ ├── tsconfig.tests.json │ └── tsup.config.ts ├── tanstack-start │ ├── CHANGELOG.md │ ├── LICENSE.md │ ├── README.md │ ├── api-extractor.json │ ├── package-shape.json │ ├── package.json │ ├── src │ │ ├── ApolloClient.tsx │ │ ├── ApolloClientIntegration.tsx │ │ ├── ApolloProvider.tsx │ │ ├── InMemoryCache.tsx │ │ ├── QueryRefSerializationAdapter.tsx │ │ ├── Transport.ts │ │ ├── bundleInfo.ts │ │ ├── importErrors.test.tsx │ │ ├── index.ts │ │ └── routerWithApolloClient.tsx │ ├── tsconfig.json │ ├── tsconfig.tests.json │ └── tsup.config.ts └── test-utils │ ├── console.d.ts │ ├── console.js │ ├── hydrationTest.d.ts │ ├── hydrationTest.js │ ├── package.json │ ├── react.d.ts │ ├── react.js │ ├── runInConditions.d.ts │ ├── runInConditions.js │ └── tsconfig.json ├── scripts ├── post-version.mts ├── test-matrix.js ├── tsconfig.json ├── verify-package-json.mjs └── verify-package-shape.mjs ├── yarn.config.cjs └── yarn.lock /.changeset/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.changeset/config.json -------------------------------------------------------------------------------- /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.git-blame-ignore-revs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.git-blame-ignore-revs -------------------------------------------------------------------------------- /.github/renovate.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/renovate.json5 -------------------------------------------------------------------------------- /.github/workflows/docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/docs.yml -------------------------------------------------------------------------------- /.github/workflows/issue-close-user-survey.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/issue-close-user-survey.yml -------------------------------------------------------------------------------- /.github/workflows/knip.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/knip.yml -------------------------------------------------------------------------------- /.github/workflows/pkg-pr-new-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/pkg-pr-new-publish.yml -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.github/workflows/relative-ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/relative-ci.yaml -------------------------------------------------------------------------------- /.github/workflows/size-limit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/size-limit.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.github/workflows/vercel-integration.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.github/workflows/vercel-integration.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitleaksignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.gitleaksignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.prettierrc -------------------------------------------------------------------------------- /.size-limit.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.size-limit.cjs -------------------------------------------------------------------------------- /.yarn/patches/react-router-npm-7.1.5-9668fa2213.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.yarn/patches/react-router-npm-7.1.5-9668fa2213.patch -------------------------------------------------------------------------------- /.yarn/releases/yarn-4.9.1.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.yarn/releases/yarn-4.9.1.cjs -------------------------------------------------------------------------------- /.yarnrc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/.yarnrc.yml -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/README.md -------------------------------------------------------------------------------- /api-extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/api-extractor.json -------------------------------------------------------------------------------- /banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/banner.jpg -------------------------------------------------------------------------------- /docs/client-integration-nextjs.apolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.apolloclient.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.apolloclient.options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.apolloclient.options.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.apollonextappprovider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.apollonextappprovider.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.debouncemultipartresponseslink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.debouncemultipartresponseslink._constructor_.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.debouncemultipartresponseslink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.debouncemultipartresponseslink.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.debouncemultipartresponseslink.request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.debouncemultipartresponseslink.request.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.inmemorycache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.inmemorycache.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.preloadquerycomponent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.preloadquerycomponent.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.preloadqueryprops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.preloadqueryprops.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.registerapolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.registerapolloclient.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.removemultipartdirectiveslink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.removemultipartdirectiveslink._constructor_.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.removemultipartdirectiveslink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.removemultipartdirectiveslink.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.removemultipartdirectiveslink.request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.removemultipartdirectiveslink.request.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.resetapolloclientsingletons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.resetapolloclientsingletons.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.ssrmultipartlink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.ssrmultipartlink._constructor_.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.ssrmultipartlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.ssrmultipartlink.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.transportedqueryref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.transportedqueryref.md -------------------------------------------------------------------------------- /docs/client-integration-nextjs.transportedqueryref.topromise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-nextjs.transportedqueryref.topromise.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.apolloclient._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.apolloclient._constructor_.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.apolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.apolloclient.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.apolloclient.options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.apolloclient.options.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.apolloclient.setlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.apolloclient.setlink.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.apollohydrationhelper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.apollohydrationhelper.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.createapolloloaderhandler.apolloloader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.createapolloloaderhandler.apolloloader.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.createapolloloaderhandler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.createapolloloaderhandler.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.createapolloloaderhandler.preloadqueryfn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.createapolloloaderhandler.preloadqueryfn.md -------------------------------------------------------------------------------- /docs/client-integration-react-router.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-react-router.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclient.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclient.options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclient.options.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclientintegration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclientintegration.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclientintegration.preloadtransportedqueryfunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclientintegration.preloadtransportedqueryfunction.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclientintegration.routercontext.apolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclientintegration.routercontext.apolloclient.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclientintegration.routercontext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclientintegration.routercontext.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclientintegration.routercontext.preloadquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclientintegration.routercontext.preloadquery.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.apolloclientintegration.transportedqueryref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.apolloclientintegration.transportedqueryref.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.inmemorycache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.inmemorycache.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.routerwithapolloclient.defaultcontext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.routerwithapolloclient.defaultcontext.md -------------------------------------------------------------------------------- /docs/client-integration-tanstack-start.routerwithapolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-integration-tanstack-start.routerwithapolloclient.md -------------------------------------------------------------------------------- /docs/client-react-streaming.apolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.apolloclient.md -------------------------------------------------------------------------------- /docs/client-react-streaming.apolloclient.options.cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.apolloclient.options.cache.md -------------------------------------------------------------------------------- /docs/client-react-streaming.apolloclient.options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.apolloclient.options.md -------------------------------------------------------------------------------- /docs/client-react-streaming.buildmanualdatatransport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.buildmanualdatatransport.md -------------------------------------------------------------------------------- /docs/client-react-streaming.createtransportedquerypreloader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.createtransportedquerypreloader.md -------------------------------------------------------------------------------- /docs/client-react-streaming.datatransportcontext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.datatransportcontext.md -------------------------------------------------------------------------------- /docs/client-react-streaming.datatransportproviderimplementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.datatransportproviderimplementation.md -------------------------------------------------------------------------------- /docs/client-react-streaming.debouncemultipartresponseslink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.debouncemultipartresponseslink._constructor_.md -------------------------------------------------------------------------------- /docs/client-react-streaming.debouncemultipartresponseslink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.debouncemultipartresponseslink.md -------------------------------------------------------------------------------- /docs/client-react-streaming.debouncemultipartresponseslink.request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.debouncemultipartresponseslink.request.md -------------------------------------------------------------------------------- /docs/client-react-streaming.hydrationcontextoptions.extrascriptprops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.hydrationcontextoptions.extrascriptprops.md -------------------------------------------------------------------------------- /docs/client-react-streaming.hydrationcontextoptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.hydrationcontextoptions.md -------------------------------------------------------------------------------- /docs/client-react-streaming.inmemorycache._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.inmemorycache._constructor_.md -------------------------------------------------------------------------------- /docs/client-react-streaming.inmemorycache._sourcesymbol_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.inmemorycache._sourcesymbol_.md -------------------------------------------------------------------------------- /docs/client-react-streaming.inmemorycache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.inmemorycache.md -------------------------------------------------------------------------------- /docs/client-react-streaming.istransportedqueryref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.istransportedqueryref.md -------------------------------------------------------------------------------- /docs/client-react-streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.md -------------------------------------------------------------------------------- /docs/client-react-streaming.preloadquerycomponent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.preloadquerycomponent.md -------------------------------------------------------------------------------- /docs/client-react-streaming.preloadqueryprops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.preloadqueryprops.md -------------------------------------------------------------------------------- /docs/client-react-streaming.preloadtransportedqueryfunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.preloadtransportedqueryfunction.md -------------------------------------------------------------------------------- /docs/client-react-streaming.preloadtransportedqueryoptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.preloadtransportedqueryoptions.md -------------------------------------------------------------------------------- /docs/client-react-streaming.queryevent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.queryevent.md -------------------------------------------------------------------------------- /docs/client-react-streaming.readfromreadablestream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.readfromreadablestream.md -------------------------------------------------------------------------------- /docs/client-react-streaming.readfromreadablestreamlink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.readfromreadablestreamlink._constructor_.md -------------------------------------------------------------------------------- /docs/client-react-streaming.readfromreadablestreamlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.readfromreadablestreamlink.md -------------------------------------------------------------------------------- /docs/client-react-streaming.registerapolloclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.registerapolloclient.md -------------------------------------------------------------------------------- /docs/client-react-streaming.registerlateinitializingqueue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.registerlateinitializingqueue.md -------------------------------------------------------------------------------- /docs/client-react-streaming.removemultipartdirectiveslink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.removemultipartdirectiveslink._constructor_.md -------------------------------------------------------------------------------- /docs/client-react-streaming.removemultipartdirectiveslink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.removemultipartdirectiveslink.md -------------------------------------------------------------------------------- /docs/client-react-streaming.removemultipartdirectiveslink.request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.removemultipartdirectiveslink.request.md -------------------------------------------------------------------------------- /docs/client-react-streaming.resetapollosingletons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.resetapollosingletons.md -------------------------------------------------------------------------------- /docs/client-react-streaming.resetmanualssrapollosingletons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.resetmanualssrapollosingletons.md -------------------------------------------------------------------------------- /docs/client-react-streaming.revivetransportedqueryref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.revivetransportedqueryref.md -------------------------------------------------------------------------------- /docs/client-react-streaming.skipdatatransport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.skipdatatransport.md -------------------------------------------------------------------------------- /docs/client-react-streaming.ssrmultipartlink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.ssrmultipartlink._constructor_.md -------------------------------------------------------------------------------- /docs/client-react-streaming.ssrmultipartlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.ssrmultipartlink.md -------------------------------------------------------------------------------- /docs/client-react-streaming.teetoreadablestream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.teetoreadablestream.md -------------------------------------------------------------------------------- /docs/client-react-streaming.teetoreadablestreamlink._constructor_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.teetoreadablestreamlink._constructor_.md -------------------------------------------------------------------------------- /docs/client-react-streaming.teetoreadablestreamlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.teetoreadablestreamlink.md -------------------------------------------------------------------------------- /docs/client-react-streaming.transportedqueryref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.transportedqueryref.md -------------------------------------------------------------------------------- /docs/client-react-streaming.transportedqueryref.topromise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.transportedqueryref.topromise.md -------------------------------------------------------------------------------- /docs/client-react-streaming.usewraptransportedqueryref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.usewraptransportedqueryref.md -------------------------------------------------------------------------------- /docs/client-react-streaming.wrapapolloprovider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.wrapapolloprovider.md -------------------------------------------------------------------------------- /docs/client-react-streaming.wrappedapolloprovider.info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.wrappedapolloprovider.info.md -------------------------------------------------------------------------------- /docs/client-react-streaming.wrappedapolloprovider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/client-react-streaming.wrappedapolloprovider.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/docs/index.md -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/app-dir-experiments/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "next/core-web-vitals" 3 | } 4 | -------------------------------------------------------------------------------- /examples/app-dir-experiments/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/.gitignore -------------------------------------------------------------------------------- /examples/app-dir-experiments/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/.vscode/settings.json -------------------------------------------------------------------------------- /examples/app-dir-experiments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/README.md -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/ApolloClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/ApolloClient.ts -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/api/graphql/route.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/api/graphql/route.ts -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/apollo-client.d.ts -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/favicon.ico -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/globals.css -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/layout.tsx -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/page.tsx -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/ssr/ApolloWrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/ssr/ApolloWrapper.tsx -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/ssr/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/ssr/layout.tsx -------------------------------------------------------------------------------- /examples/app-dir-experiments/app/ssr/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/app/ssr/page.tsx -------------------------------------------------------------------------------- /examples/app-dir-experiments/components/HtmlChangesObserver.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/components/HtmlChangesObserver.tsx -------------------------------------------------------------------------------- /examples/app-dir-experiments/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/next.config.js -------------------------------------------------------------------------------- /examples/app-dir-experiments/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/package.json -------------------------------------------------------------------------------- /examples/app-dir-experiments/public/next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/public/next.svg -------------------------------------------------------------------------------- /examples/app-dir-experiments/public/thirteen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/public/thirteen.svg -------------------------------------------------------------------------------- /examples/app-dir-experiments/public/vercel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/public/vercel.svg -------------------------------------------------------------------------------- /examples/app-dir-experiments/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/app-dir-experiments/tsconfig.json -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "next/core-web-vitals" 3 | } 4 | -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/.gitignore -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/README.md -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/ApolloWrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/ApolloWrapper.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/ClientLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/ClientLayout.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/apollo-client.d.ts -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/error.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/error.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/layout.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/not-found.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/not-found.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/page.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/app/product/[id]/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/app/product/[id]/page.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/Button.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/DelaySlider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/DelaySlider.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/Logo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/Logo.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/Nav.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/Nav.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/ProductCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/ProductCard.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/ReviewRating.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/ReviewRating.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/SettingsModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/SettingsModal.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/components/Spinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/components/Spinner.tsx -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/logo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/logo.css -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/logo.svg -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/next.config.js -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/package.json -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/theme.js -------------------------------------------------------------------------------- /examples/hack-the-supergraph-ssr/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/hack-the-supergraph-ssr/tsconfig.json -------------------------------------------------------------------------------- /examples/polls-demo/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "next/core-web-vitals" 3 | } 4 | -------------------------------------------------------------------------------- /examples/polls-demo/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/.gitignore -------------------------------------------------------------------------------- /examples/polls-demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/README.md -------------------------------------------------------------------------------- /examples/polls-demo/app/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/apollo-client.d.ts -------------------------------------------------------------------------------- /examples/polls-demo/app/cc/apollo-wrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/cc/apollo-wrapper.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/cc/error.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/cc/error.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/cc/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/cc/layout.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/cc/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/cc/page.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/cc/poll-cc.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/cc/poll-cc.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/favicon.ico -------------------------------------------------------------------------------- /examples/polls-demo/app/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/globals.css -------------------------------------------------------------------------------- /examples/polls-demo/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/layout.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/page.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/rsc/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/rsc/apollo-client.d.ts -------------------------------------------------------------------------------- /examples/polls-demo/app/rsc/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/rsc/client.ts -------------------------------------------------------------------------------- /examples/polls-demo/app/rsc/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/rsc/page.tsx -------------------------------------------------------------------------------- /examples/polls-demo/app/rsc/poll-rsc.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/app/rsc/poll-rsc.tsx -------------------------------------------------------------------------------- /examples/polls-demo/codegen.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/codegen.ts -------------------------------------------------------------------------------- /examples/polls-demo/components/answer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/components/answer.tsx -------------------------------------------------------------------------------- /examples/polls-demo/components/poll/documents.generated.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/components/poll/documents.generated.ts -------------------------------------------------------------------------------- /examples/polls-demo/components/poll/documents.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/components/poll/documents.graphql -------------------------------------------------------------------------------- /examples/polls-demo/components/poll/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/components/poll/index.tsx -------------------------------------------------------------------------------- /examples/polls-demo/components/types.generated.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/components/types.generated.ts -------------------------------------------------------------------------------- /examples/polls-demo/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/next.config.js -------------------------------------------------------------------------------- /examples/polls-demo/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/package.json -------------------------------------------------------------------------------- /examples/polls-demo/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/postcss.config.js -------------------------------------------------------------------------------- /examples/polls-demo/public/next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/public/next.svg -------------------------------------------------------------------------------- /examples/polls-demo/public/vercel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/public/vercel.svg -------------------------------------------------------------------------------- /examples/polls-demo/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/tailwind.config.js -------------------------------------------------------------------------------- /examples/polls-demo/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/examples/polls-demo/tsconfig.json -------------------------------------------------------------------------------- /integration-test/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/.gitignore -------------------------------------------------------------------------------- /integration-test/jest/babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/babel.config.js -------------------------------------------------------------------------------- /integration-test/jest/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/jest.config.js -------------------------------------------------------------------------------- /integration-test/jest/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/package.json -------------------------------------------------------------------------------- /integration-test/jest/setupAfterEnv.jest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/setupAfterEnv.jest.ts -------------------------------------------------------------------------------- /integration-test/jest/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/src/App.jsx -------------------------------------------------------------------------------- /integration-test/jest/src/App.test.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/src/App.test.jsx -------------------------------------------------------------------------------- /integration-test/jest/src/hooks.test.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/src/hooks.test.jsx -------------------------------------------------------------------------------- /integration-test/jest/src/schema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/jest/src/schema.js -------------------------------------------------------------------------------- /integration-test/nextjs/.env.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/.env.local -------------------------------------------------------------------------------- /integration-test/nextjs/next-env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/next-env.d.ts -------------------------------------------------------------------------------- /integration-test/nextjs/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/next.config.js -------------------------------------------------------------------------------- /integration-test/nextjs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/package.json -------------------------------------------------------------------------------- /integration-test/nextjs/src/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/apollo-client.d.ts -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/ApolloWrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/ApolloWrapper.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/dynamic/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/dynamic/layout.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/dynamic/useBackgroundQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/dynamic/useBackgroundQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/dynamic/useBackgroundQueryWithoutSsrReadQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/dynamic/useBackgroundQueryWithoutSsrReadQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/dynamic/useQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/dynamic/useQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/dynamic/useQueryWithCache/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/dynamic/useQueryWithCache/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/dynamic/useSuspenseQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/dynamic/useSuspenseQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/static/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/static/layout.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/static/useBackgroundQueryWithoutSsrReadQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/static/useBackgroundQueryWithoutSsrReadQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/cc/static/useSuspenseQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/cc/static/useSuspenseQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/graphql/route.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/graphql/route.ts -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/layout.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/client.ts -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/defer-queryRef-useReadQuery/ClientChild.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/defer-queryRef-useReadQuery/ClientChild.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/defer-queryRef-useReadQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/defer-queryRef-useReadQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/error.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/error.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/queryRef-useReadQuery/ClientChild.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/queryRef-useReadQuery/ClientChild.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/queryRef-useReadQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/queryRef-useReadQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/useSuspenseQuery/ClientChild.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/useSuspenseQuery/ClientChild.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/useSuspenseQuery/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/PreloadQuery/useSuspenseQuery/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/dynamic/query/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/dynamic/query/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/app/rsc/static/query/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/app/rsc/static/query/page.tsx -------------------------------------------------------------------------------- /integration-test/nextjs/src/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/global.d.ts -------------------------------------------------------------------------------- /integration-test/nextjs/src/proxy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/src/proxy.ts -------------------------------------------------------------------------------- /integration-test/nextjs/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/nextjs/tsconfig.json -------------------------------------------------------------------------------- /integration-test/playwright/empty.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/empty.har -------------------------------------------------------------------------------- /integration-test/playwright/fixture.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/fixture.ts -------------------------------------------------------------------------------- /integration-test/playwright/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/package.json -------------------------------------------------------------------------------- /integration-test/playwright/playwright.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/playwright.config.ts -------------------------------------------------------------------------------- /integration-test/playwright/src/cc-dynamic.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/src/cc-dynamic.test.ts -------------------------------------------------------------------------------- /integration-test/playwright/src/cc-static.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/src/cc-static.test.ts -------------------------------------------------------------------------------- /integration-test/playwright/src/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/src/helpers.ts -------------------------------------------------------------------------------- /integration-test/playwright/src/preloadQuery.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/src/preloadQuery.test.ts -------------------------------------------------------------------------------- /integration-test/playwright/src/rsc-dynamic.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/src/rsc-dynamic.test.ts -------------------------------------------------------------------------------- /integration-test/playwright/src/rsc-static.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/src/rsc-static.test.ts -------------------------------------------------------------------------------- /integration-test/playwright/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/playwright/tsconfig.json -------------------------------------------------------------------------------- /integration-test/react-router/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/.gitignore -------------------------------------------------------------------------------- /integration-test/react-router/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/README.md -------------------------------------------------------------------------------- /integration-test/react-router/app/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/apollo-client.d.ts -------------------------------------------------------------------------------- /integration-test/react-router/app/apollo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/apollo.ts -------------------------------------------------------------------------------- /integration-test/react-router/app/entry.client.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/entry.client.tsx -------------------------------------------------------------------------------- /integration-test/react-router/app/entry.server.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/entry.server.tsx -------------------------------------------------------------------------------- /integration-test/react-router/app/root.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/root.tsx -------------------------------------------------------------------------------- /integration-test/react-router/app/routes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/routes.ts -------------------------------------------------------------------------------- /integration-test/react-router/app/routes/_index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/routes/_index.tsx -------------------------------------------------------------------------------- /integration-test/react-router/app/routes/asyncLoader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/routes/asyncLoader.tsx -------------------------------------------------------------------------------- /integration-test/react-router/app/routes/graphql.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/routes/graphql.ts -------------------------------------------------------------------------------- /integration-test/react-router/app/routes/preloadQuery.queryRef-useReadQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/routes/preloadQuery.queryRef-useReadQuery.tsx -------------------------------------------------------------------------------- /integration-test/react-router/app/routes/preloadQuery.useSuspenseQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/app/routes/preloadQuery.useSuspenseQuery.tsx -------------------------------------------------------------------------------- /integration-test/react-router/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/package.json -------------------------------------------------------------------------------- /integration-test/react-router/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/public/favicon.ico -------------------------------------------------------------------------------- /integration-test/react-router/react-router.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/react-router.config.ts -------------------------------------------------------------------------------- /integration-test/react-router/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/tsconfig.json -------------------------------------------------------------------------------- /integration-test/react-router/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/react-router/vite.config.ts -------------------------------------------------------------------------------- /integration-test/shared/IncrementalSchemaLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/shared/IncrementalSchemaLink.ts -------------------------------------------------------------------------------- /integration-test/shared/apiRoute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/shared/apiRoute.ts -------------------------------------------------------------------------------- /integration-test/shared/delayLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/shared/delayLink.ts -------------------------------------------------------------------------------- /integration-test/shared/errorLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/shared/errorLink.tsx -------------------------------------------------------------------------------- /integration-test/shared/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/shared/package.json -------------------------------------------------------------------------------- /integration-test/shared/queries.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/shared/queries.ts -------------------------------------------------------------------------------- /integration-test/shared/schema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/shared/schema.ts -------------------------------------------------------------------------------- /integration-test/tanstack-start/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/package.json -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/apollo-client.d.ts -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/global.d.ts -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routeTree.gen.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routeTree.gen.ts -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/router.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/router.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/__root.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/__root.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/api.graphql.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/api.graphql.ts -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/index.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/loader-defer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/loader-defer.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/preloadQuery/queryRef-useReadQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/preloadQuery/queryRef-useReadQuery.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/preloadQuery/useSuspenseQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/preloadQuery/useSuspenseQuery.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/useBackgroundQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/useBackgroundQuery.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/useBackgroundQueryWithoutSsrReadQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/useBackgroundQueryWithoutSsrReadQuery.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/useQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/useQuery.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/useQueryWithCache.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/useQueryWithCache.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/useSuspenseQuery-defer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/useSuspenseQuery-defer.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/src/routes/useSuspenseQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/src/routes/useSuspenseQuery.tsx -------------------------------------------------------------------------------- /integration-test/tanstack-start/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/tsconfig.json -------------------------------------------------------------------------------- /integration-test/tanstack-start/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/tanstack-start/vite.config.ts -------------------------------------------------------------------------------- /integration-test/vite-streaming/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/index.html -------------------------------------------------------------------------------- /integration-test/vite-streaming/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/package.json -------------------------------------------------------------------------------- /integration-test/vite-streaming/playwright.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/playwright.config.ts -------------------------------------------------------------------------------- /integration-test/vite-streaming/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/server.js -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/App.css -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/App.tsx -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/Html.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/Html.jsx -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/Transport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/Transport.tsx -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/apollo-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/apollo-client.d.ts -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/entry-client.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/entry-client.jsx -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/entry-server.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/entry-server.jsx -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/hydration.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/hydration.test.ts -------------------------------------------------------------------------------- /integration-test/vite-streaming/src/schema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/src/schema.ts -------------------------------------------------------------------------------- /integration-test/vite-streaming/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/tsconfig.json -------------------------------------------------------------------------------- /integration-test/vite-streaming/vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vite-streaming/vite.config.js -------------------------------------------------------------------------------- /integration-test/vitest/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vitest/package.json -------------------------------------------------------------------------------- /integration-test/vitest/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vitest/setup.js -------------------------------------------------------------------------------- /integration-test/vitest/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vitest/src/App.jsx -------------------------------------------------------------------------------- /integration-test/vitest/src/App.test.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vitest/src/App.test.jsx -------------------------------------------------------------------------------- /integration-test/vitest/src/hooks.test.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vitest/src/hooks.test.jsx -------------------------------------------------------------------------------- /integration-test/vitest/src/schema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vitest/src/schema.js -------------------------------------------------------------------------------- /integration-test/vitest/vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/integration-test/vitest/vite.config.js -------------------------------------------------------------------------------- /knip.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/knip.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/package.json -------------------------------------------------------------------------------- /packages/.eslintignore: -------------------------------------------------------------------------------- 1 | dist -------------------------------------------------------------------------------- /packages/.eslintrc.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/.eslintrc.cjs -------------------------------------------------------------------------------- /packages/client-react-streaming/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/CHANGELOG.md -------------------------------------------------------------------------------- /packages/client-react-streaming/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/LICENSE.md -------------------------------------------------------------------------------- /packages/client-react-streaming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/README.md -------------------------------------------------------------------------------- /packages/client-react-streaming/api-extractor.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/api-extractor.d.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/api-extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/api-extractor.json -------------------------------------------------------------------------------- /packages/client-react-streaming/package-shape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/package-shape.json -------------------------------------------------------------------------------- /packages/client-react-streaming/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/package.json -------------------------------------------------------------------------------- /packages/client-react-streaming/src/AccumulateMultipartResponsesLink.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/AccumulateMultipartResponsesLink.test.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/AccumulateMultipartResponsesLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/AccumulateMultipartResponsesLink.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/DataTransportAbstraction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/DataTransportAbstraction.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/WrapApolloProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/WrapApolloProvider.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.test.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/WrappedInMemoryCache.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/WrappedInMemoryCache.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/backpressuredCallback.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/backpressuredCallback.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/hooks.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/index.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/symbols.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/symbols.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/testHelpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/testHelpers.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/transportedOptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/transportedOptions.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/DataTransportAbstraction/useTransportValue.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/DataTransportAbstraction/useTransportValue.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/ApolloRehydrateSymbols.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/ApolloRehydrateSymbols.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/ManualDataTransport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/ManualDataTransport.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/RehydrationContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/RehydrationContext.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/dataTransport.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/dataTransport.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/htmlescape.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/htmlescape.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/index.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/lateInitializingQueue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/lateInitializingQueue.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/serialization.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/serialization.test.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/serialization.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/serialization.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ManualDataTransport/types.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ManualDataTransport/types.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/PreloadQuery.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/PreloadQuery.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/ReadableStreamLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/ReadableStreamLink.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/RemoveMultipartDirectivesLink.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/RemoveMultipartDirectivesLink.test.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/RemoveMultipartDirectivesLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/RemoveMultipartDirectivesLink.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/SSRMultipartLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/SSRMultipartLink.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/SimulatePreloadedQuery.cc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/SimulatePreloadedQuery.cc.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/assertInstance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/assertInstance.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/bundleInfo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/bundleInfo.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/combined.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/combined.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/empty.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/empty.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/importErrors.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/importErrors.test.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/index.cc.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/index.cc.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/index.rsc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/index.rsc.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/index.shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/index.shared.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/index.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/localDeclarations.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/localDeclarations.d.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/registerApolloClient.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/registerApolloClient.test.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/registerApolloClient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/registerApolloClient.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/JSONTransformStreams.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/stream-utils/JSONTransformStreams.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/combined.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/stream-utils/combined.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/createInjectionTransformStream.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/stream-utils/createInjectionTransformStream.test.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/createInjectionTransformStream.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/stream-utils/createInjectionTransformStream.tsx -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/index.shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/stream-utils/index.shared.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/index.ssr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/stream-utils/index.ssr.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/index.ts: -------------------------------------------------------------------------------- 1 | export * from "./index.shared.js"; 2 | -------------------------------------------------------------------------------- /packages/client-react-streaming/src/stream-utils/pipeReaderToResponse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/stream-utils/pipeReaderToResponse.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/src/transportedQueryRef.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/src/transportedQueryRef.ts -------------------------------------------------------------------------------- /packages/client-react-streaming/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/tsconfig.json -------------------------------------------------------------------------------- /packages/client-react-streaming/tsconfig.tests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/tsconfig.tests.json -------------------------------------------------------------------------------- /packages/client-react-streaming/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/client-react-streaming/tsup.config.ts -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/CHANGELOG.md -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/LICENSE.md -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/README.md -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/package-shape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/package-shape.json -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/package.json -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/empty.cjs: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | exports.built_for_other = true; 4 | -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/empty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/redirect/empty.js -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/index.cjs: -------------------------------------------------------------------------------- 1 | module.exports = require("@apollo/client-integration-nextjs"); 2 | -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/index.d.cts: -------------------------------------------------------------------------------- 1 | export * from "./index"; 2 | -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/redirect/index.d.ts -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/index.js: -------------------------------------------------------------------------------- 1 | export * from "@apollo/client-integration-nextjs"; 2 | -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/rsc.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/redirect/rsc.cjs -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/rsc.d.cts: -------------------------------------------------------------------------------- 1 | export * from "./rsc.js"; 2 | -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/rsc.d.ts: -------------------------------------------------------------------------------- 1 | export { registerApolloClient } from "./index.js"; 2 | -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/rsc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/redirect/rsc.js -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/ssr.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/redirect/ssr.cjs -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/ssr.d.cts: -------------------------------------------------------------------------------- 1 | export * from "./ssr.js"; 2 | -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/ssr.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/redirect/ssr.d.ts -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/redirect/ssr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/redirect/ssr.js -------------------------------------------------------------------------------- /packages/experimental-nextjs-app-support/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/experimental-nextjs-app-support/tsconfig.json -------------------------------------------------------------------------------- /packages/nextjs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/CHANGELOG.md -------------------------------------------------------------------------------- /packages/nextjs/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/LICENSE.md -------------------------------------------------------------------------------- /packages/nextjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/README.md -------------------------------------------------------------------------------- /packages/nextjs/api-extractor.d.ts: -------------------------------------------------------------------------------- 1 | /** 2 | * @packageDocumentation 3 | */ 4 | 5 | export * from "./dist/combined.d.ts"; 6 | -------------------------------------------------------------------------------- /packages/nextjs/api-extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/api-extractor.json -------------------------------------------------------------------------------- /packages/nextjs/package-shape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/package-shape.json -------------------------------------------------------------------------------- /packages/nextjs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/package.json -------------------------------------------------------------------------------- /packages/nextjs/src/ApolloNextAppProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/ApolloNextAppProvider.ts -------------------------------------------------------------------------------- /packages/nextjs/src/bundleInfo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/bundleInfo.ts -------------------------------------------------------------------------------- /packages/nextjs/src/combined.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/combined.ts -------------------------------------------------------------------------------- /packages/nextjs/src/empty.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/empty.ts -------------------------------------------------------------------------------- /packages/nextjs/src/importErrors.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/importErrors.test.tsx -------------------------------------------------------------------------------- /packages/nextjs/src/index.rsc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/index.rsc.ts -------------------------------------------------------------------------------- /packages/nextjs/src/index.shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/index.shared.ts -------------------------------------------------------------------------------- /packages/nextjs/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/src/index.ts -------------------------------------------------------------------------------- /packages/nextjs/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/tsconfig.json -------------------------------------------------------------------------------- /packages/nextjs/tsconfig.tests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/tsconfig.tests.json -------------------------------------------------------------------------------- /packages/nextjs/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/nextjs/tsup.config.ts -------------------------------------------------------------------------------- /packages/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/package.json -------------------------------------------------------------------------------- /packages/react-router/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/CHANGELOG.md -------------------------------------------------------------------------------- /packages/react-router/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/LICENSE.md -------------------------------------------------------------------------------- /packages/react-router/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/README.md -------------------------------------------------------------------------------- /packages/react-router/api-extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/api-extractor.json -------------------------------------------------------------------------------- /packages/react-router/package-shape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/package-shape.json -------------------------------------------------------------------------------- /packages/react-router/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/package.json -------------------------------------------------------------------------------- /packages/react-router/src/ApolloClient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/src/ApolloClient.tsx -------------------------------------------------------------------------------- /packages/react-router/src/ApolloHydrationHelper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/src/ApolloHydrationHelper.tsx -------------------------------------------------------------------------------- /packages/react-router/src/importErrors.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/src/importErrors.test.tsx -------------------------------------------------------------------------------- /packages/react-router/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/src/index.ts -------------------------------------------------------------------------------- /packages/react-router/src/preloader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/src/preloader.tsx -------------------------------------------------------------------------------- /packages/react-router/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/tsconfig.json -------------------------------------------------------------------------------- /packages/react-router/tsconfig.tests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/tsconfig.tests.json -------------------------------------------------------------------------------- /packages/react-router/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/react-router/tsup.config.ts -------------------------------------------------------------------------------- /packages/tanstack-start/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/CHANGELOG.md -------------------------------------------------------------------------------- /packages/tanstack-start/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/LICENSE.md -------------------------------------------------------------------------------- /packages/tanstack-start/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/README.md -------------------------------------------------------------------------------- /packages/tanstack-start/api-extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/api-extractor.json -------------------------------------------------------------------------------- /packages/tanstack-start/package-shape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/package-shape.json -------------------------------------------------------------------------------- /packages/tanstack-start/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/package.json -------------------------------------------------------------------------------- /packages/tanstack-start/src/ApolloClient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/ApolloClient.tsx -------------------------------------------------------------------------------- /packages/tanstack-start/src/ApolloClientIntegration.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/ApolloClientIntegration.tsx -------------------------------------------------------------------------------- /packages/tanstack-start/src/ApolloProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/ApolloProvider.tsx -------------------------------------------------------------------------------- /packages/tanstack-start/src/InMemoryCache.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/InMemoryCache.tsx -------------------------------------------------------------------------------- /packages/tanstack-start/src/QueryRefSerializationAdapter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/QueryRefSerializationAdapter.tsx -------------------------------------------------------------------------------- /packages/tanstack-start/src/Transport.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/Transport.ts -------------------------------------------------------------------------------- /packages/tanstack-start/src/bundleInfo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/bundleInfo.ts -------------------------------------------------------------------------------- /packages/tanstack-start/src/importErrors.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/importErrors.test.tsx -------------------------------------------------------------------------------- /packages/tanstack-start/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/index.ts -------------------------------------------------------------------------------- /packages/tanstack-start/src/routerWithApolloClient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/src/routerWithApolloClient.tsx -------------------------------------------------------------------------------- /packages/tanstack-start/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/tsconfig.json -------------------------------------------------------------------------------- /packages/tanstack-start/tsconfig.tests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/tsconfig.tests.json -------------------------------------------------------------------------------- /packages/tanstack-start/tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/tanstack-start/tsup.config.ts -------------------------------------------------------------------------------- /packages/test-utils/console.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/console.d.ts -------------------------------------------------------------------------------- /packages/test-utils/console.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/console.js -------------------------------------------------------------------------------- /packages/test-utils/hydrationTest.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/hydrationTest.d.ts -------------------------------------------------------------------------------- /packages/test-utils/hydrationTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/hydrationTest.js -------------------------------------------------------------------------------- /packages/test-utils/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/package.json -------------------------------------------------------------------------------- /packages/test-utils/react.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/react.d.ts -------------------------------------------------------------------------------- /packages/test-utils/react.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/react.js -------------------------------------------------------------------------------- /packages/test-utils/runInConditions.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/runInConditions.d.ts -------------------------------------------------------------------------------- /packages/test-utils/runInConditions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/runInConditions.js -------------------------------------------------------------------------------- /packages/test-utils/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/packages/test-utils/tsconfig.json -------------------------------------------------------------------------------- /scripts/post-version.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/scripts/post-version.mts -------------------------------------------------------------------------------- /scripts/test-matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/scripts/test-matrix.js -------------------------------------------------------------------------------- /scripts/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/scripts/tsconfig.json -------------------------------------------------------------------------------- /scripts/verify-package-json.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/scripts/verify-package-json.mjs -------------------------------------------------------------------------------- /scripts/verify-package-shape.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/scripts/verify-package-shape.mjs -------------------------------------------------------------------------------- /yarn.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/yarn.config.cjs -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apollographql/apollo-client-integrations/HEAD/yarn.lock --------------------------------------------------------------------------------