UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

11 lines (10 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.from = void 0; const ApolloLink_js_1 = require("./ApolloLink.cjs"); /** * @deprecated Use `ApolloLink.from` instead. `from` will be removed in a * future major version. */ exports.from = ApolloLink_js_1.ApolloLink.from; //# sourceMappingURL=from.cjs.map