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 + } } } }