UNPKG

soap-graphql

Version:

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

5 lines (4 loc) 187 B
import { soapGraphqlSchema, SoapGraphqlOptions } from "./soap-graphql"; export { SoapGraphqlOptions, soapGraphqlSchema }; export * from './node-soap'; export * from './soap2graphql';