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 0fb6721 commit 0f1ecc3Copy full SHA for 0f1ecc3
plugins/apollo-client-config.js
@@ -36,7 +36,7 @@ export const middleware = new ApolloLink((operation, forward) => {
36
})
37
38
export const afterware = new ApolloLink((operation, forward) => {
39
- return forward(operation).map((response) => {
+ return forward(operation).map(() => {
40
/**
41
* Check for session header and update session in local storage accordingly.
42
*/
0 commit comments