Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Rename persisted-fetch-exchange to persisted-exchange in architecture.md (#3375)

authored by

Hossein Saniei and committed by
GitHub
307327fb 60c58a8e

+1 -1
+1 -1
docs/architecture.md
··· 193 193 - [`ssrExchange`](./advanced/server-side-rendering.md): Allows for a server-side renderer to 194 194 collect results for client-side rehydration. 195 195 - [`retryExchange`](./advanced/retry-operations.md): Allows operations to be retried on errors 196 - - [`persistedFetchExchange`](./advanced/persistence-and-uploads.md#automatic-persisted-queries): Provides support for Automatic 196 + - [`persistedExchange`](./advanced/persistence-and-uploads.md#automatic-persisted-queries): Provides support for Automatic 197 197 Persisted Queries 198 198 - [`authExchange`](./advanced/authentication.md): Allows refresh authentication to be implemented easily. 199 199 - [`requestPolicyExchange`](./api/request-policy-exchange.md): Automatically refreshes results given a TTL.