mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add variables pageSize
This commit is contained in:
parent
53e9960eb3
commit
90ce74a98c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user