field on shopifyShop { someModel { date: dateTrunc("day", date: createdAt) count: count(orderId, distinct: true) [ where createdAt >= now() - interval("7 days") ] [ group by date ] }}
field on shopifyShop { someModel { date: dateTrunc("day", date: createdAt) count: count(orderId, distinct: true) [ where createdAt >= now() - interval("7 days") ] [ group by date ] }}