gil-- / gatsby-starter-shopify-app

[Experimental] ⚡️💰🏗Serverless Shopify App w/ Gatsby & Firebase
https://gatsby-starter-shopify-app.firebaseapp.com/install/
MIT License
104 stars 19 forks source link

Add Graphql Failure Logic #7

Closed gil-- closed 5 years ago

gil-- commented 5 years ago

On the client, if graphql request fails such as invalid access token, we need to intercept and start oauth again

gil-- commented 5 years ago

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.