This repository was archived by the owner on Jun 2, 2026. It is now read-only.
OpenAPI-to-GraphQL v2.0.0
·
170 commits
to master
since this release
- Support for
allOf,oneOf,anyOf, andnotJSON schema keywords- Including proper fallback for edge cases
- Enum values are in ALL_CAPS, following GraphQL convention
- Support for
x-www-form-urlencodedrequest bodies - Add
genericPayloadArgNameoption - Add
simpleNamesoption- Create field and type names with minimal changes/formatting
- Add
singularNamesoption- Create semantically meaningful names from analyzing the operation path (experimental)
- Fix bug where linked fields were not using
requestOptions - Numerous code improvements
Special thanks @cliffpyles, @YoonsLee, @sotaokuhama, @ibudden