add net price to transaction

This commit is contained in:
Laurent Le Houerou 2021-12-06 13:23:51 +04:00
parent ff66a07edb
commit feb4a34d62

View File

@ -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 {