Closed gil-- closed 5 years ago
On the client, if graphql request fails such as invalid access token, we need to intercept and start oauth again
Added https://github.com/apollographql/apollo-link which will let us detect errors and surface them and take appropriate action such as redirect for new auth tokens.
On the client, if graphql request fails such as invalid access token, we need to intercept and start oauth again