diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 0aadb3345..c11abee50 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -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