-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
V1 ommits put and delete requests #70
Comments
Same problem here. |
@bryanjtc, @DarkC0der11, sorry you all are having issues. Did the hooks generate before v1.0.0? Currently, the generator only handles GET and POST, but we should be able to support the other methods. |
Yes before v1.0.0 get, post, delete and put generated. |
Opened a PR to generate mutations for PUT, PATCH, and DELETE requests. #74 |
Released a test version with this patch under: @seriouslag/openapi-react-query-codegen@next |
Here are some examples. The last one is not being generated.
queries.ts output
The text was updated successfully, but these errors were encountered: