node-soap-graphql
node-soap-graphql copied to clipboard
Create a GraphQL schema from a WSDL-defined SOAP endpoint.
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1. Release notes Sourced from graphql's releases. v16.8.1 (2023-09-19) Bug Fix 🐞 #3967 OverlappingFieldsCanBeMergedRule: Fix performance degradation (@AaronMoat) Committers: 1 Aaron Moat(@AaronMoat) v16.8.0 (2023-08-14) New...
Bumps [qs](https://github.com/ljharb/qs) and [formidable](https://github.com/node-formidable/formidable). These dependencies needed to be updated together. Updates `qs` from 6.9.3 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...
Would be great to have support for xsd:choice somehow. This one is not trivial, because there are no union types for graphql inputs. Perhaps we can support a subset though,...
Creating a schema from WSDL/XSD which have xsd:restriction raised an error. Would be good to have that fixed by simply ignoring the restrictions in a first step. Some cases perhaps...
In this case simply remove all args which is fine for graphql. Also have a look what can be done for output types.