fix: proper datetime name
This commit is contained in:
parent
e4c9b39b44
commit
d452aac0f9
20 changed files with 62 additions and 67 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue