@graphql-mesh/transport-thrift
Version:
12 lines (11 loc) • 620 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getThriftExecutor = exports.getSubgraphExecutor = void 0;
const tslib_1 = require("tslib");
const execution_js_1 = require("./execution.js");
Object.defineProperty(exports, "getThriftExecutor", { enumerable: true, get: function () { return execution_js_1.getThriftExecutor; } });
const getSubgraphExecutor = function getThriftSubgraphExecutor({ getSubgraph }) {
return (0, execution_js_1.getThriftExecutor)(getSubgraph());
};
exports.getSubgraphExecutor = getSubgraphExecutor;
tslib_1.__exportStar(require("./types.js"), exports);
;