Hello, I’m still quite new to shopify and graphql but my issue is the following:
I currently I have a graphql query that gets the products given these attributes:
{“handle”:“nokia”,“first”:10,“orderBy”:null}
So, the first 10 products found are retrieved. The issue is that the first 10 products are currently archieved, so I get an empty list of products.
The simple solution would be to increase the first 10 products to a higher number, but is there any way to get all the active products?
Thanks in advance!