const result = useSuspenseQuery(options)
Options
The same as for useQuery, except for:
throwOnErrorenabledplaceholderDataReturns
Same object as useQuery, except that:
data is guaranteed to be definedisPlaceholderData is missingstatus is either success or error
Caveat
Cancellation does not work.
