Replies: 1 comment
-
see #1549 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there was an equivalent to the
useLazyQuery()
that Apollo Hooks offers. I know that they are completely separate projects, but I do enjoy being able doconst [doQuery, queryResults] = useLasyQuery(...)
and would love to do something similar in React Query. Is the normal approach to connect a function that toggles theenabled
boolean?Beta Was this translation helpful? Give feedback.
All reactions