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

Releases: IBM/openapi-to-graphql

OpenAPI-to-GraphQL v2.6.3

Choose a tag to compare

@Alan-Cha Alan-Cha released this 04 Feb 06:54
  • 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!

OpenAPI-to-GraphQL v2.6.2

Choose a tag to compare

@Alan-Cha Alan-Cha released this 03 Feb 17:15
  • 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!

OpenAPI-to-GraphQL v2.6.1

Choose a tag to compare

@Alan-Cha Alan-Cha released this 18 Jan 18:40
  • Fix fetching input OAS from URL using CLI

Special thanks to @bryanbalmer for this contribution!

OpenAPI-to-GraphQL v2.6.0

Choose a tag to compare

@Alan-Cha Alan-Cha released this 15 Dec 18:59

Special thanks to @eokoneyo for this release!

OpenAPI-to-GraphQL v2.5.2

Choose a tag to compare

@Alan-Cha Alan-Cha released this 28 Nov 17:38
  • Fix build error that prevented the CLI from working

Special thanks to @MarcoDaniels for this contribution!

OpenAPI-to-GraphQL v2.5.1

Choose a tag to compare

@Alan-Cha Alan-Cha released this 31 Jul 02:44
  • Update dependencies

2.5.0...v2.5.1

OpenAPI-to-GraphQL v2.4.0

Choose a tag to compare

@Alan-Cha Alan-Cha released this 01 Jul 18:51
  • 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!

OpenAPI-to-GraphQL v2.3.0

Choose a tag to compare

@Alan-Cha Alan-Cha released this 17 Mar 14:49
  • 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!

OpenAPI-to-GraphQL v2.2.6

Choose a tag to compare

@Alan-Cha Alan-Cha released this 16 Feb 19:19
  • Fix a bug leaking data about the underlying API calls
    • Previously exposed the _openAPI-to-GraphQL field in fields returning the GraphQLJSON scalar type

OpenAPI-to-GraphQL v2.2.5

Choose a tag to compare

@Alan-Cha Alan-Cha released this 05 Oct 20:34
  • Update dependencies