This repository was archived by the owner on Jun 2, 2026. It is now read-only.
OpenAPI-to-GraphQL v1.3.0
·
237 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