@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
10 lines (9 loc) • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GATEWAY_BUILD_SERVICE = void 0;
const tslib_1 = require("tslib");
var federation_constants_1 = require("./federation.constants");
Object.defineProperty(exports, "GATEWAY_BUILD_SERVICE", { enumerable: true, get: function () { return federation_constants_1.GATEWAY_BUILD_SERVICE; } });
(0, tslib_1.__exportStar)(require("./graphql-federation.factory"), exports);
(0, tslib_1.__exportStar)(require("./graphql-federation.module"), exports);
(0, tslib_1.__exportStar)(require("./graphql-gateway.module"), exports);