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!
|
nft: Nft!
|
||||||
oldOwner: User!
|
oldOwner: User!
|
||||||
newOwner: User!
|
newOwner: User!
|
||||||
txId: string
|
txId: String
|
||||||
timestamp: Bigint!
|
timestamp: BigInt!
|
||||||
block: Int!
|
block: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user