1const result = useSuspenseInfiniteQuery(options)
Options
The same as for useInfiniteQuery, except for:
suspense
throwOnError
enabled
placeholderData
Returns
Same object as useInfiniteQuery, except that:
data
is guaranteed to be definedisPlaceholderData
is missingstatus
is alwayssuccess
- the derived flags are set accordingly.