Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

OpenAPI-to-GraphQL v1.3.0

Choose a tag to compare

@Alan-Cha Alan-Cha released this 01 Aug 18:36
· 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