You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the orval.config.ts I have added a transformer for the input to add the api version number.
For the output I have also added a mutationOption. When generating the files we have the result that the url with the version param is added everywhere. But within the hooks we are missing the parameter.
Introduction
Within the
orval.config.ts
I have added a transformer for the input to add the api version number.For the output I have also added a mutationOption. When generating the files we have the result that the url with the version param is added everywhere. But within the hooks we are missing the parameter.
How can I add the missing param to the hooks?
orval.config.ts
add-version.cjs
Generated result with issue
The text was updated successfully, but these errors were encountered: