@omnigraph/raml
Version:
This package generates `GraphQLSchema` instance from **RAML API Document** (`.raml`) file located at a URL or FileSystem by resolving the JSON Schema dependencies. It uses `@omnigraph/json-schema` by generating the necessary configuration.
10 lines (9 loc) • 789 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getJSONSchemaOptionsFromRAMLOptions = exports.default = void 0;
const tslib_1 = require("tslib");
var loadGraphQLSchemaFromRAML_js_1 = require("./loadGraphQLSchemaFromRAML.js");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return loadGraphQLSchemaFromRAML_js_1.loadGraphQLSchemaFromRAML; } });
tslib_1.__exportStar(require("./loadGraphQLSchemaFromRAML.js"), exports);
var getJSONSchemaOptionsFromRAMLOptions_js_1 = require("./getJSONSchemaOptionsFromRAMLOptions.js");
Object.defineProperty(exports, "getJSONSchemaOptionsFromRAMLOptions", { enumerable: true, get: function () { return getJSONSchemaOptionsFromRAMLOptions_js_1.getJSONSchemaOptionsFromRAMLOptions; } });