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.

8 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PolicyPlugin = void 0; const plugin_1 = require("../plugin"); class PolicyPlugin extends plugin_1.Plugin { } exports.PolicyPlugin = PolicyPlugin; //# sourceMappingURL=plugin.js.map