useQueryRefresher
Callable
Type parameters
- TChainId: any
- TQuery: any
Parameters
builder: TQuery
The function to create the query
optionaloptions: ChainHookOptions<TChainId>
Additional options
Returns (...args: []) => void
The function to refresh the query
Parameters
rest...args: []
Returns void
Hook for refreshing cached query.