Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor type generation #19

Merged
merged 6 commits into from
Sep 15, 2023
Merged

Refactor type generation #19

merged 6 commits into from
Sep 15, 2023

Conversation

henkesn
Copy link
Collaborator

@henkesn henkesn commented Jun 28, 2023

  • make apis provided by the generated schema as stable as possible (introduce namespaces for types, don't return only the first operation output message part, fallback to GraphQLJSON on generation errors and incompatible xsd to preserve a working (but partly untyped) schema).
  • Set a more versatile foundation for additional xsd features which can be implemented later without breaking changes.
  • Fix errors around the type resolution in different namespaces.
  • Remove the usage of node-soap's service descriptions because they are incomplete. Unfortunately node-soap seems to rely on them too which leads to some bugs.
  • Remove specs which don't work anymore because of removed WSDL sources
  • Add a dev server

Fixes #16 and partially #17 and #18

henkesn added 2 commits June 28, 2023 11:22
- make apis provided by the generated schema as stable as possible (introduce namespaces for types, don't return only the first operation output message part, fallback to GraphQLJSON on generation errors and incompatible xsd to preserve a working (but partly untyped) schema).
- Set a more versatile foundation for additional xsd features which can be implemented later without breaking changes.
- Fix errors around the type resolution in different namespaces.
- Remove the usage of node-soap's service descriptions because they are incomplete. Unfortunately node-soap seems to rely on them too which leads to some bugs.
- Remove specs which don't work anymore because of removed WSDL sources

Fixes #16 and partially #17 and #18
@pso-aeb
Copy link
Collaborator

pso-aeb commented Jul 5, 2023

Looks good so far. Is suspect you want to do more?

@henkesn
Copy link
Collaborator Author

henkesn commented Jul 6, 2023

I'm currently waiting for some people to provide me with more wsdl files which didn't work before. Perhaps we could have a look together with @Yogu. I will also add some more specs. Unfortunately, most of the old ones are gone.

@henkesn henkesn marked this pull request as ready for review September 15, 2023 09:23
@henkesn henkesn merged commit 47333ab into master Sep 15, 2023
@henkesn henkesn deleted the refactor-type-generation branch September 15, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support namespaced input/output args
2 participants