Lấy tất cả các khung giờ FS trong 1 ngày
user_5813895491
json
3 years ago
404 B
7
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
}
}
}Editor is loading...