UNPKG

moleculer-api

Version:

A dynamic API Gateway for MoleculerJS which updates REST endpoints and aggregated GraphQL schema, access control policy for each action calls from metadata of remote services schema without restart or deployment.

12 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventPubSub = void 0; const pubsub_1 = require("./pubsub"); class EventPubSub extends pubsub_1.PubSub { constructor(props) { super(props); this.props = props; } } exports.EventPubSub = EventPubSub; //# sourceMappingURL=event.js.map