fix: proper datetime name

This commit is contained in:
Rafael Taranto 2025-04-01 14:43:36 +01:00
parent e4c9b39b44
commit d452aac0f9
20 changed files with 62 additions and 67 deletions

View file

@ -59,8 +59,8 @@ const DAY_OPTIONS = R.map(
const GET_TRANSACTIONS = gql`
query transactions(
$from: Date
$until: Date
$from: DateTimeISO
$until: DateTimeISO
$excludeTestingCustomers: Boolean
) {
transactions(