UNPKG

@apollo/client-react-streaming

Version:

This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac

17 lines 592 B
export { buildManualDataTransport } from "./ManualDataTransport.js"; export { registerLateInitializingQueue } from "./lateInitializingQueue.js"; export type { HydrationContextOptions } from "./RehydrationContext.js"; /** * > This export is only available in React Client Components * * Resets the singleton instances created for the Apollo SSR data transport and caches. * * To be used in testing only, like * ```ts * afterEach(resetManualSSRApolloSingletons); * ``` * * @public */ export declare function resetManualSSRApolloSingletons(): void; //# sourceMappingURL=index.d.ts.map