From e76bae4585a4c072065e423c0f81048109b3b37a Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 7 Feb 2022 12:01:39 +0100 Subject: [PATCH] Add firstTransaction to transactionList transactions query. --- frontend/src/graphql/queries.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index c6d5a36c3..e84dc0080 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -82,6 +82,7 @@ export const transactionsQuery = gql` decayDuration decayStartBlock } + firstTransaction } } }