From 997ef9d72a607a278f6e4bcdf24fd515af1efc83 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 12 Apr 2022 21:34:04 +0200 Subject: [PATCH] query only required fields on balance --- frontend/src/graphql/queries.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index dce22fbd9..6a27a8052 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -47,12 +47,9 @@ export const transactionsQuery = gql` transactionList(currentPage: $currentPage, pageSize: $pageSize, order: $order) { balance { balance - decay - lastBookedBalance balanceGDT count linkCount - lastBookedDate } transactions { id