Lấy tất cả các khung giờ FS trong 1 ngày

 avatar
user_5813895491
json
2 years ago
404 B
2
Indexable
{
  flashSales(
    filter: {
      status: {
        eq: "1"
      }
			from_date: {
        gteq: "2022-09-30 00:00:00"
      }
			to_date: {
        lteq: "2022-09-30 23:59:59"
      }
      is_active: {eq: "1"}
    }
  ){
      total_count
      items {
        flashsales_id
        from_date
        is_active
        sort_order
        status
        status_label
        to_date
        }
    }
}