diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 6f67deee8..0a309284e 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -147,6 +147,7 @@ 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) { + id amount holdAvailableAmount memo