@apollo/client
Version:
A fully-featured caching GraphQL client.
10 lines (9 loc) • 744 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MockSubscriptionLink = exports.realisticDelay = exports.MockLink = void 0;
var mockLink_js_1 = require("./core/mocking/mockLink.cjs");
Object.defineProperty(exports, "MockLink", { enumerable: true, get: function () { return mockLink_js_1.MockLink; } });
Object.defineProperty(exports, "realisticDelay", { enumerable: true, get: function () { return mockLink_js_1.realisticDelay; } });
var mockSubscriptionLink_js_1 = require("./core/mocking/mockSubscriptionLink.cjs");
Object.defineProperty(exports, "MockSubscriptionLink", { enumerable: true, get: function () { return mockSubscriptionLink_js_1.MockSubscriptionLink; } });
//# sourceMappingURL=index.cjs.map