Skip to content

OpenAPI-to-GraphQL v1.1.0

Compare
Choose a tag to compare
@Alan-Cha Alan-Cha released this 02 Jul 19:31
· 252 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.