From feb4a34d62a5569477c5564adc778bead2f917cc Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Mon, 6 Dec 2021 13:23:51 +0400 Subject: [PATCH] add net price to transaction --- transaction.go | 1 + 1 file changed, 1 insertion(+) diff --git a/transaction.go b/transaction.go index 4fb44da..bc33194 100644 --- a/transaction.go +++ b/transaction.go @@ -56,6 +56,7 @@ func (s *TransactionService) GetLightPageByLimit(ctx context.Context, pagenumber transactions(where: $where, first: $first, orderBy: $orderBy, orderDirection: $orderDirection, skip: $skip) { timestamp askPrice + netPrice nft { tokenId transactionHistory {