UNPKG

@graphql-mesh/transport-neo4j

Version:
18 lines (17 loc) 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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); exports.default = { getSubgraphExecutor({ subgraph, pubsub, logger }) { return (0, executor_js_1.getNeo4JExecutor)({ schema: subgraph, pubsub, logger, }); }, };