fixed query transactionsQuery

This commit is contained in:
Ulf Gebhardt 2021-10-02 12:34:03 +02:00
parent 4025c4aff9
commit 16d530489d
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -32,7 +32,7 @@ export const loginViaEmailVerificationCode = gql`
`
export const transactionsQuery = gql`
query($currentPage: Int = 1, $pageSize: Int = 25, $order: String = "DESC") {
query($currentPage: Int = 1, $pageSize: Int = 25, $order: Order = DESC) {
transactionList(currentPage: $currentPage, pageSize: $pageSize, order: $order) {
gdtSum
count