Skip to content

Commit cf26ad3

Browse files
authored
Update retry-operations.md
1 parent 8a1d015 commit cf26ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/retry-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const options = {
116116

117117
## Dealing with Idempotency
118118

119-
To avoid retries in situations with non-idempotent requests, the `operation` parameter may also be useful to determine if a request should be retried or not. For example if you only want to retry `query` operations, you can check that [the `operation.kind` field](https://commerce.nearform.com/open-source/urql/docs/api/core/#operationtype) has the value `query`. For more precise control, you can use the [other GraphQL request inputs](https://commerce.nearform.com/open-source/urql/docs/api/core/#graphqlrequest).
119+
To avoid retries for non-idempotent requests, the `operation` parameter may also be useful to determine if a request should be retried or not. For example if you only want to retry `query` operations, you can check that [the `operation.kind` field](https://commerce.nearform.com/open-source/urql/docs/api/core/#operationtype) has the value `query`. For more precise control, you can use the [other GraphQL request inputs](https://commerce.nearform.com/open-source/urql/docs/api/core/#graphqlrequest).
120120

121121
```js
122122
import { Client, cacheExchange, fetchExchange } from 'urql';

0 commit comments

Comments
 (0)