This repository was archived by the owner on Jun 2, 2026. It is now read-only.
OpenAPI-to-GraphQL v1.1.0
·
254 commits
to master
since this release
- Support content property in parameter objects
- Stringify objects with no
propertiesfields- 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.
- 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