Skip to content

Commit 7f2a820

Browse files
committed
Add changeset
1 parent 0af08d2 commit 7f2a820

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.changeset/stupid-paws-jam.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@apollo/client": major
3+
---
4+
5+
The `response` property in `onError` link has been renamed to `result`.
6+
7+
```diff
8+
- onError(({ response }) => {
9+
+ onError(({ result }) => {
10+
// ...
11+
});
12+
```

0 commit comments

Comments
 (0)