OpenAPI-to-GraphQL v1.3.0
·
235 commits
to master
since this release
- Objects with no properties fields are stored in an arbitrary JSON type
- GraphQL object types are very strict but OAS does not enforce that object schemas must have properties fields. We support these objects by using GraphQL JSON type.
- General code improvements