Skip to content

API Documentation / @pinia/colada-plugin-retry / 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

Function

Parameters

context

PiniaColadaPluginContext

Returns

void

Released under the MIT License.