UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines 237 B
import { ApolloLink } from "../core/index.js"; import type { HttpOptions } from "./selectHttpOptionsAndBody.js"; export declare const createHttpLink: (linkOptions?: HttpOptions) => ApolloLink; //# sourceMappingURL=createHttpLink.d.ts.map