Replies: 2 comments
-
figure out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
nope, i used different way to achieve my goal. |
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.
-
Hi folks,
i would like to ask you for help regarding my query where i need to use different client :
const { data: articleData } = await useAsyncQuery(ARTICLE_QUERY, { id, ...{clientId: 'admin'} });
i cannot figure out whats wrong with it, as for example i am able to use the different client here in a mutation :
this Mutation works, but the AsyncQuery not, could you please tell me whats wrong ?
Beta Was this translation helpful? Give feedback.
All reactions