UNPKG

@graphql-mesh/transport-thrift

Version:
11 lines (10 loc) 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getThriftExecutor = void 0; const execution_js_1 = require("./execution.js"); Object.defineProperty(exports, "getThriftExecutor", { enumerable: true, get: function () { return execution_js_1.getThriftExecutor; } }); exports.default = { getSubgraphExecutor({ subgraph }) { return (0, execution_js_1.getThriftExecutor)(subgraph); }, };