IBM / openapi-to-graphql

Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
https://developer.ibm.com/open/projects/openapi-to-graphql/
MIT License
1.6k stars 206 forks source link

Export translateOpenAPIToGraphQL #409

Closed ardatan closed 2 years ago

ardatan commented 3 years ago

Export translateOpenAPIToGraphQL to let users bypass OAS validation and swagger openapi translation which will help reduce the bundle size if people want to exclude oas validator and swagger converter libs in the final bundle

Alan-Cha commented 3 years ago

Great change!