harmonizer 2.9.3

Apollo Federation utility to compose a supergraph from subgraphs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
let result;
try {
    result = composition_bridge.composition(serviceList, nodesLimit);
}
catch (e) {
    result = e && {
        Err: [
            {
                ...e,
                message: e.toString(),
            },
        ],
    };
}
result;
//# sourceMappingURL=do_compose.js.map