On the Jan 15th AMA, we were informed that productsCount limit was lifted. But when I query for ACTIVE status products, the limit is still capped at 10,000
Use-case:
stores with a million products install our app. We frankly tell them at install that we cannot support them after making a product count api call. We can however support upto 100k but we have no way of knowing the exact active product count beyond 10k. Our billing plans are also based on active product counts so we need to know the exact value at install to present the correct billing plan
While I understand GraphQL team might have its reasons for capping counts with filters, what it means for app developers is there is no GraphQL alternative now for the filters that used to work nicely in REST api.
Hope this is added to the roadmap to provide true equivalence. In the meantime we’ll work around it for now.