gil-- / gatsby-starter-shopifypwa

💚:shopping_cart:💚 Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
https://bodega.netlify.com
MIT License
103 stars 9 forks source link

Add support for unlimited products #19

Closed gil-- closed 5 years ago

gil-- commented 5 years ago

Working on adding the necessary logic to support >250 products since we can only query for 250 products per products() query.

Also made the 250 a variable. Will need to make it an env/settings variable so it can be used site-wide in-case Shopify ever changes this value.