Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

OpenAPI-to-GraphQL v2.0.0

Choose a tag to compare

@Alan-Cha Alan-Cha released this 28 Jan 18:22
· 170 commits to master since this release
  • Support for allOf, oneOf, anyOf, and not JSON schema keywords
    • Including proper fallback for edge cases
  • Enum values are in ALL_CAPS, following GraphQL convention
  • Support for x-www-form-urlencoded request bodies
  • Add genericPayloadArgName option
  • Add simpleNames option
    • Create field and type names with minimal changes/formatting
  • Add singularNames option
    • 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