© 2026 Hedgehog Software, LLC
where
field on shopifyShop { products { id title [where every(variants.inventoryItem.tracked)] } }
field on shopifyShop { count(products, where: every(products.variants.inventoryItem.tracked)) }
: nested aggregation context not supported