OpenAPI-to-GraphQL v1.1.0
·
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.
- 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