What is the useLazyQuery
alternative to useSuspense and useBackgroundQuery
?
#150
Labels
question
Further information is requested
useLazyQuery
allowed us to fetch data when it was needed and not at runtime but I don't see a way to do that withuseSuspense
. I tried theskipToken
onuseBackgroundQuery
but the companionuseReadQuery
throws a Typescript error sayingqueryRef
cannot beundefined
The text was updated successfully, but these errors were encountered: