useTapQuery and useTapServer return.
Extended by
Type Parameters
T
T
Properties
data
undefined until the first answer for this key arrives. A later call that
fails leaves the last answer in place and only sets error, so branch on
error to detect a failure, never on data.
error
isLoading
true only while the first answer for this key is in flight.
Methods
refetch()
Returns
void