yarax / swagger-to-graphql

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

OpenAPI3 migration. Components section #126

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:

So they should be separated GraphQL types, if they're present in the schema. And accordingly can be referred to from other places

0xR commented 5 years ago

Implemented in #143