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!
oldOwner: User!
newOwner: User!
txId: string
timestamp: Bigint!
txId: String
timestamp: BigInt!
block: Int!
}