@apollo/subgraph
Version:
Apollo Subgraph Utilities
8 lines • 600 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.printSubgraphSchema = exports.buildSubgraphSchema = void 0;
var buildSubgraphSchema_1 = require("./buildSubgraphSchema");
Object.defineProperty(exports, "buildSubgraphSchema", { enumerable: true, get: function () { return buildSubgraphSchema_1.buildSubgraphSchema; } });
var printSubgraphSchema_1 = require("./printSubgraphSchema");
Object.defineProperty(exports, "printSubgraphSchema", { enumerable: true, get: function () { return printSubgraphSchema_1.printSubgraphSchema; } });
//# sourceMappingURL=index.js.map