From 67ea4e61f8e39e113a19fa5309a5dfd502d65efe Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 21 Mar 2022 20:31:12 +0100 Subject: [PATCH] query linked user email in transaction --- frontend/src/graphql/queries.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index d330d84f3..60b929c6d 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -67,6 +67,9 @@ export const transactionsQuery = gql` end duration } + linkedUser { + email + } } } }