-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAPI3 migration. Paths section #125
Labels
Comments
The servers section is already supported and under test: swagger-to-graphql/src/swagger.js Lines 50 to 81 in d2c51e5
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see the migration roadmap https://github.com/yarax/swagger-to-graphql/wiki/OpenAPI3-migration
Among things that I noticed so far:
pathDefinition.parameters
OpenAPI property #65operation.description
tooperation.summary
#66defaultValue
in GraphQL arguments #60The text was updated successfully, but these errors were encountered: