Does this work with other filters too? Like query:“updated_at:>=‘2025-01-19’” or query:“collection_id:1234567” ?
@Dennis_D Yup - Uncapped counts works with filters as well
Hey @Darius-Shopify ,
productsCount(limit: null) works well in version 2024-10. However, limit parameter doesn’t work for productVariantsCount and collectionsCount until version 2025-07.
For a smoother migration, could you add the limit parameter to version 2025-04—or to the earliest possible version—similar to how it’s handled in productsCount?