Peter Kota
Results
3
comments of
Peter Kota
@leo Can you check this pull request please? It looks promising
replace your `middlewareLink` with this: ``` javascript const middlewareLink = new ApolloLink(operation, next) => { const token = localStorage.getItem('token'); const refreshtoken = localStorage.getItem('refreshToken'); operation.setContext(context => ({ ...context, headers: { ...context.headers,...
also waiting for this 😿