soap-graphql
Version:
Create a GraphQL schema from a WSDL-defined SOAP endpoint.
10 lines • 397 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var soap_graphql_1 = require("./soap-graphql");
exports.soapGraphqlSchema = soap_graphql_1.soapGraphqlSchema;
__export(require("./node-soap"));
__export(require("./soap2graphql"));
//# sourceMappingURL=index.js.map