You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing this issue as I don't think it provides much value. New issues and feature requests for the hook can be found using the react-suspense label. Check there for updates on this hook!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.
This issue is for tracking progress on the new
useSuspenseQuery
hook. Work in progress can be found on this branchOptions
options.client
options.context
options.variables
options.returnPartialData
options.canonizeResults
options.nextFetchPolicy
options.refetchWritePolicy
options.fetchPolicy
cache-first
network-only
no-cache
cache-and-network
options.errorPolicy
all
none
ignore
result.refetch
result.fetchMore
Return values
data
refetch
error
fetchMore
Features
@defer
support (Add@defer
support touseSuspenseQuery
#10324)The text was updated successfully, but these errors were encountered: