@pothos/plugin-federation
Version:
A Pothos plugin for implementing apollo federation subGraphs
14 lines (13 loc) • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "selectionShapeKey", {
enumerable: true,
get: function() {
return selectionShapeKey;
}
});
require("./global-types");
const selectionShapeKey = Symbol.for('Pothos.federationSelectionKey');
//# sourceMappingURL=types.js.map