Skip to content

API Documentation / plugins/retry/src / PiniaColadaRetry

Function: PiniaColadaRetry() ​

ts
function PiniaColadaRetry(globalOptions?): (context) => void;

Plugin that adds the ability to retry failed queries.

Parameters ​

globalOptions? ​

RetryOptions

global options for the retries

Returns ​

(context) => void

Released under the MIT License.