You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If token does not exist, which could mean that this is a not registered// user request, or if it is is not expired -- act as alwaysif(this.isTokenValidOrUndefined()){returnforward(operation);}
See apollographql/apollo-link#646 (comment)
The text was updated successfully, but these errors were encountered: