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

OpenAPI-to-GraphQL v1.1.0

Choose a tag to compare

@Alan-Cha Alan-Cha released this 02 Jul 19:31
· 254 commits to master since this release
  • Support content property in parameter objects
  • Stringify objects with no properties fields
    • GraphQL object types are very strict but OAS does not enforce that object schemas must have properties fields. For better compatibility, we recursively stringify objects with no properties, which should greatly increase compatibility with in-the-wild OASs.