yarax / swagger-to-graphql

Swagger to GraphQL API adapter
MIT License
924 stars 150 forks source link

OpenAPI3 migration. Paths section #125

Closed yarax closed 5 years ago

yarax commented 5 years ago

Please see the migration roadmap https://github.com/yarax/swagger-to-graphql/wiki/OpenAPI3-migration Among things that I noticed so far:

0xR commented 5 years ago

The servers section is already supported and under test: https://github.com/yarax/swagger-to-graphql/blob/d2c51e52df6be6adf78922e02e8af0c2900a38a4/src/swagger.js#L50-L81

0xR commented 5 years ago

The basic support for openapi 3 and its path sections has been released in #143

66 and #60 are enhancements that can be picked up later.