UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines (3 loc) 233 B
import type { ApolloLink } from "@apollo/client/link"; export declare function createOperation(request: ApolloLink.Request, { client }: ApolloLink.ExecuteContext): ApolloLink.Operation; //# sourceMappingURL=createOperation.d.cts.map