UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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