@apollo/client
Version:
A fully-featured caching GraphQL client.
5 lines • 373 B
TypeScript
import type { DocumentNode } from "graphql";
import { useQuery } from "@apollo/client/react";
import type { PrerenderStaticInternalContext } from "./prerenderStatic.js";
export declare const useSSRQuery: (this: PrerenderStaticInternalContext, query: DocumentNode, options?: useQuery.Options<any, any>) => useQuery.Result<any, any>;
//# sourceMappingURL=useSSRQuery.d.ts.map