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 0af08d2 commit 7f2a820Copy full SHA for 7f2a820
1 file changed
.changeset/stupid-paws-jam.md
@@ -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