Is there a way to not call useQuery
directly?
#1321
Answered
by
Akryum
TheDutchCoder
asked this question in
Q&A
-
With This doesn't seem to be the case with Or am I missing something? I just want to be able to do something like |
Beta Was this translation helpful? Give feedback.
Answered by
Akryum
Feb 10, 2022
Replies: 1 comment 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TheDutchCoder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
useLazyQuery
. Probably needs more documentation on this.