query OrderDetails($startTime: timestamptz, $endTime: timestamptz) {
count
sum {
amount
}
}
}
}
query OrderDetails($startTime: timestamptz, $endTime: timestamptz) {
count
sum {
amount
}
}
}
}
Hi @Akshat_Kaushik Thanks for reaching out! You should be able to use moment().format(), a library that comes with Retool by default, to manipulate the date to the proper format