Replies: 1 comment
-
At the moment it’s not possible so you need to generate with a react query client and the axios one separately. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
When applying
client
option asreact-query
, is there a way to create separate files for code that has only axios as a dependency and code that has react-query as a dependency?Context
I have multiple microservices and I want to use openapi client code made with orval for communication between microservices as well as web client. But there is a problem that react, react-dom, react-query should exist as npm dependencies in the backend microservices as well.
Beta Was this translation helpful? Give feedback.
All reactions