-
Hi my question here if the recommendation is use only one API slice how I can configure the baseQuery to do calls for Rest and Graphql ?? |
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Aug 17, 2022
Replies: 1 comment 1 reply
-
That seems you are interacting with two actually unrelated apis - in that case having two apis might actually be warranted - just be aware that mutating one of them will not invalidate the other. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JoseAntpr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That seems you are interacting with two actually unrelated apis - in that case having two apis might actually be warranted - just be aware that mutating one of them will not invalidate the other.