UNPKG

soap-graphql

Version:

Create a GraphQL schema from a WSDL-defined SOAP endpoint.

4 lines (3 loc) 215 B
import { createSoapClient, NodeSoapOptions, NodeSoapClient } from './node-soap'; import { NodeSoapCaller } from './node-soap-caller'; export { NodeSoapOptions, NodeSoapClient, NodeSoapCaller, createSoapClient };