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 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APIRequestContextFactory = void 0; const interface_1 = require("../../../../interface"); class APIRequestContextFactory extends interface_1.Pluggable { constructor(props, opts) { super(); this.props = props; } } exports.APIRequestContextFactory = APIRequestContextFactory; //# sourceMappingURL=factory.js.map