We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb3775 commit da57474Copy full SHA for da57474
1 file changed
.api-reports/api-report-link_retry.api.md
@@ -15,7 +15,7 @@ export namespace RetryLink {
15
// (undocumented)
16
export interface AttemptsOptions {
17
max?: number;
18
- retryIf?: (error: any, operation: ApolloLink.Operation) => boolean | Promise<boolean>;
+ retryIf?: (error: ErrorLike, operation: ApolloLink.Operation) => boolean | Promise<boolean>;
19
}
20
21
export type DelayFunction = (count: number, operation: ApolloLink.Operation, error: ErrorLike) => number;
0 commit comments