You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The point of TokenEntity is to natively group by NFTs from same collection And same image under one entity with this we can do search, filter super easy. However this require to rapidly change schema
Id should be generated as md5(collection-cid) ?
Name would be either taken from collection of first NFT name stripped from #{number} or _{number}
Also we need to add
typeNFTEntity@entity {
token: TokenEntity!
}
The text was updated successfully, but these errors were encountered:
The point of TokenEntity is to natively group by NFTs from same collection And same image under one entity with this we can do search, filter super easy. However this require to rapidly change schema
Id should be generated as
md5(collection-cid)
?Name would be either taken from collection of first NFT name stripped from
#{number} or _{number}
Also we need to add
The text was updated successfully, but these errors were encountered: