diff --git a/schema.graphql b/schema.graphql index a4e09a7..470ae06 100644 --- a/schema.graphql +++ b/schema.graphql @@ -581,8 +581,8 @@ type NftTransferHistory @entity { nft: Nft! oldOwner: User! newOwner: User! - txId: string - timestamp: Bigint! + txId: String + timestamp: BigInt! block: Int! }