Skip to content

Latest commit

History

History
22 lines (15 loc) 路 923 Bytes

File metadata and controls

22 lines (15 loc) 路 923 Bytes
id RefetchOptions
title RefetchOptions

Defined in: packages/query-core/src/types.ts:724

Extends

Extended by

Properties

Property Type Default value Description
cancelRefetch? boolean true If set to true, a currently running request will be cancelled before a new request is made If set to false, no refetch will be made if there is already a request running.
throwOnError? boolean false If set to true, the method throws if any of the underlying query refetch tasks fail. If set to false, failed refetches are swallowed and not surfaced to the caller.