From 79e4bce06d9de104f8c3d602ea6b2a183462a327 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 18 Oct 2022 15:21:01 +0200 Subject: [PATCH] unify list transaction link query --- frontend/src/graphql/queries.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index f772aa931..1c910a23e 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -37,6 +37,7 @@ export const transactionsQuery = gql` linkedUser { firstName lastName + email } decay { decay @@ -44,9 +45,6 @@ export const transactionsQuery = gql` end duration } - linkedUser { - email - } transactionLinkId } }