Back to Urql

@urql/exchange-retry (Exchange factory)

exchanges/retry/README.md

1.8.2510 B
Original Source

@urql/exchange-retry (Exchange factory)

@urql/exchange-retry is an exchange for the urql GraphQL client that allows operations (queries, mutations, subscriptions) to be retried based on an options parameter.

Quick Start Guide

First install @urql/exchange-retry alongside urql:

sh
yarn add @urql/exchange-retry
# or
npm install --save @urql/exchange-retry

Read more about the retry exchange.