updating nft.owner with newOwner

This commit is contained in:
Jamie Hewitt 2022-11-16 17:00:47 +03:00
parent dff1ff44be
commit 2661a676ac

View File

@ -581,8 +581,8 @@ type NftTransferHistory @entity {
nft: Nft! nft: Nft!
oldOwner: User! oldOwner: User!
newOwner: User! newOwner: User!
txId: string txId: String
timestamp: Bigint! timestamp: BigInt!
block: Int! block: Int!
} }