Replies: 1 comment 2 replies
-
Hi @dinoiam, did you get any answer or how to solve it? thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if there is a way to perform multiple queries reusing queries already created. For example here instead of writing
await fetchWithBQ(`user/${user.id}/posts`)
could I do something likeawait _queryApi.dispatch(fetchUserPosts.initiate({ userId }))
? The last doubt is aboutprovidesTags
, does it works in this case? Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions