Skip to content

OpenAPI-to-GraphQL v1.3.0

Compare
Choose a tag to compare
@Alan-Cha Alan-Cha released this 01 Aug 18:36
· 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