UNPKG

@graphql-mesh/transport-neo4j

Version:
18 lines (17 loc) 703 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSubgraphExecutor = void 0; const tslib_1 = require("tslib"); const executor_js_1 = require("./executor.js"); tslib_1.__exportStar(require("./auth.js"), exports); tslib_1.__exportStar(require("./driver.js"), exports); tslib_1.__exportStar(require("./eventEmitterForPubSub.js"), exports); tslib_1.__exportStar(require("./executor.js"), exports); const getSubgraphExecutor = function getNeo4JSubgraphExecutor({ getSubgraph, pubsub, logger }) { return (0, executor_js_1.getNeo4JExecutor)({ schema: getSubgraph(), pubsub, logger, }); }; exports.getSubgraphExecutor = getSubgraphExecutor;