add net price to transaction
This commit is contained in:
parent
ff66a07edb
commit
feb4a34d62
@ -56,6 +56,7 @@ func (s *TransactionService) GetLightPageByLimit(ctx context.Context, pagenumber
|
|||||||
transactions(where: $where, first: $first, orderBy: $orderBy, orderDirection: $orderDirection, skip: $skip) {
|
transactions(where: $where, first: $first, orderBy: $orderBy, orderDirection: $orderDirection, skip: $skip) {
|
||||||
timestamp
|
timestamp
|
||||||
askPrice
|
askPrice
|
||||||
|
netPrice
|
||||||
nft {
|
nft {
|
||||||
tokenId
|
tokenId
|
||||||
transactionHistory {
|
transactionHistory {
|
||||||
|
Loading…
Reference in New Issue
Block a user