@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
7 lines • 319 B
TypeScript
import { type ReactNode } from "react";
import { type TransportedQueryRef } from "./transportedQueryRef.js";
export default function SimulatePreloadedQuery<T>({ queryRef, children, }: {
queryRef: TransportedQueryRef<T>;
children: ReactNode;
}): ReactNode;
//# sourceMappingURL=SimulatePreloadedQuery.cc.d.ts.map