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
What's the best way to retry a query that 401 failed when the token needs to be refreshed as a result of isTokenValidOrUndefined. I'm also using @apollo/client/link/retry but doesn't seem to handle it. Does anyone have a good example?
The text was updated successfully, but these errors were encountered:
What's the best way to retry a query that 401 failed when the token needs to be refreshed as a result of
isTokenValidOrUndefined
. I'm also using@apollo/client/link/retry
but doesn't seem to handle it. Does anyone have a good example?The text was updated successfully, but these errors were encountered: