UNPKG

@graphql-mesh/transport-mysql

Version:
14 lines (13 loc) 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const execution_js_1 = require("./execution.js"); tslib_1.__exportStar(require("./execution.js"), exports); tslib_1.__exportStar(require("./parseEndpointUri.js"), exports); exports.default = { getSubgraphExecutor({ subgraph }) { return (0, execution_js_1.getMySQLExecutor)({ subgraph, }); }, };