diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index ff211fc07..c833fb845 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -55,28 +55,25 @@ export const transactionsQuery = gql` order: $order onlyCreations: $onlyCreations ) { - gdtSum + balanceGDT count balance - decay - decayDate + decayStartBlock transactions { - type - balance - decayStart - decayEnd - decayDuration + id + typeId + amount + balanceDate memo - transactionId - name - email - date + linkedUser { + firstName + lastName + } decay { - balance - decayStart - decayEnd - decayDuration - decayStartBlock + decay + start + end + duration } } }