UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 270 B
import { ApolloLink } from "../core/index.js"; import type { HttpOptions } from "./selectHttpOptionsAndBody.js"; export declare class HttpLink extends ApolloLink { options: HttpOptions; constructor(options?: HttpOptions); } //# sourceMappingURL=HttpLink.d.ts.map