@graphql-mesh/json-schema
Version:
10 lines (9 loc) • 354 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.JsonSchemaWithDiff = void 0;
const json_machete_1 = require("json-machete");
const store_1 = require("@graphql-mesh/store");
exports.JsonSchemaWithDiff = {
...store_1.PredefinedProxyOptions.JsonWithoutValidation,
validate: json_machete_1.compareJSONSchemas,
};
;