UNPKG

@pothos/core

Version:

Pothos (formerly GiraphQL) is a plugin based schema builder for creating code-first GraphQL schemas in typescript

21 lines (20 loc) 585 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); _export_star(require("./merge-plugins"), exports); _export_star(require("./plugin"), exports); function _export_star(from, to) { Object.keys(from).forEach(function(k) { if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) { Object.defineProperty(to, k, { enumerable: true, get: function() { return from[k]; } }); } }); return from; } //# sourceMappingURL=index.js.map