Skip to content

Commit

Permalink
docs: Rename persisted-fetch-exchange to persisted-exchange in archit…
Browse files Browse the repository at this point in the history
…ecture.md (#3375)
  • Loading branch information
HosseinAgha authored Sep 12, 2023
1 parent 60c58a8 commit 307327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Some more exchanges that we can use with our `Client` are:
- [`ssrExchange`](./advanced/server-side-rendering.md): Allows for a server-side renderer to
collect results for client-side rehydration.
- [`retryExchange`](./advanced/retry-operations.md): Allows operations to be retried on errors
- [`persistedFetchExchange`](./advanced/persistence-and-uploads.md#automatic-persisted-queries): Provides support for Automatic
- [`persistedExchange`](./advanced/persistence-and-uploads.md#automatic-persisted-queries): Provides support for Automatic
Persisted Queries
- [`authExchange`](./advanced/authentication.md): Allows refresh authentication to be implemented easily.
- [`requestPolicyExchange`](./api/request-policy-exchange.md): Automatically refreshes results given a TTL.
Expand Down

0 comments on commit 307327f

Please sign in to comment.