add variables pageSize

This commit is contained in:
ogerly 2022-03-16 11:01:07 +01:00
parent 53e9960eb3
commit 90ce74a98c

View File

@ -145,8 +145,8 @@ export const queryTransactionLink = gql`
`
export const listTransactionLinks = gql`
query($currentPage: Int = 1, $pageSize: Int = 5, $order: Order = DESC) {
listTransactionLinks(currentPage: $currentPage, pageSize: $pageSize, order: $order) {
query($currentPage: Int = 1, $pageSize: Int = 5) {
listTransactionLinks(currentPage: $currentPage, pageSize: $pageSize) {
id
amount
holdAvailableAmount