Openapi To Graphql Versions Save

Translate APIs described by OpenAPI Specifications (OAS) into GraphQL

v2.6.3

2 years ago
  • Fix oneOf resolution with member schemas containing allOf
  • OneOf will now create link fields on member schemas

Special thanks to @mzronek for contributing to this update!

v2.6.2

2 years ago
  • Support for form style and explode operation parameters
  • Fix support for non-string and nested parameters in link objects

Special thanks to @eokoneyo for contributing to this update!

v2.6.1

2 years ago
  • Fix fetching input OAS from URL using CLI

Special thanks to @bryanbalmer for this contribution!

v2.6.0

2 years ago

Special thanks to @eokoneyo for this release!

v2.5.2

2 years ago
  • Fix build error that prevented the CLI from working

Special thanks to @MarcoDaniels for this contribution!

[email protected]

2 years ago
  • Add support for custom extensions to control type name, field name, and enum values.
  • Simplify anyOf and oneOf resolution
  • Fix bug with fillEmptyResponses option

Special thanks to @elsmr for this update!

[email protected]

3 years ago
  • Add validation and translation options, oasValidatorOptions and swagger2OpenAPIOptions
  • Add simpleEnumValues option
  • Expose preprocessing data for debugging the generated schema
  • Fix bug in resolving allOf
  • Update evaluation script

Special thanks to @dotansimha, @nlundquist, and @SimonCull for contributing to this update!

[email protected]

3 years ago
  • Fix a bug leaking data about the underlying API calls
    • Previously exposed the _openAPI-to-GraphQL field in fields returning the GraphQLJSON scalar type

[email protected]

3 years ago
  • Update dependencies