mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
updating nft.owner with newOwner
This commit is contained in:
parent
dff1ff44be
commit
2661a676ac
@ -581,8 +581,8 @@ type NftTransferHistory @entity {
|
||||
nft: Nft!
|
||||
oldOwner: User!
|
||||
newOwner: User!
|
||||
txId: string
|
||||
timestamp: Bigint!
|
||||
txId: String
|
||||
timestamp: BigInt!
|
||||
block: Int!
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user