Shopify / storefront-api-examples

Example custom storefront applications built on Shopify's Storefront API
https://help.shopify.com/api/storefront-api
MIT License
1.12k stars 329 forks source link

update react-apollo client to v3 #118

Closed awongh closed 4 years ago

awongh commented 4 years ago

react-apollo v3 was released on 2019-08-06 with breaking changes.

compose was taken out of the client. It seems suggested to replace it with a lodash library method. (as here)

swalkinshaw commented 4 years ago

Thanks 👍