UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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