UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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