UNPKG

@envelop/persisted-operations

Version:

This plugin allow you to enforce execution of persisted (hashed) operation, using a custom store.

10 lines (9 loc) 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./types.js"), exports); tslib_1.__exportStar(require("./utils.js"), exports); tslib_1.__exportStar(require("./stores/aggregated-store.js"), exports); tslib_1.__exportStar(require("./stores/inmemory-store.js"), exports); tslib_1.__exportStar(require("./stores/json-file-store.js"), exports); tslib_1.__exportStar(require("./plugin.js"), exports);