Closed vikiival closed 1 year ago
So that means TokenEntity is expecting same image under one collection right?
correct, all of the nfts under one collection that share same ipfs URL are a single TokenEntity
Originally posted by @daiagi in https://github.com/kodadot/nft-gallery/issues/7462#issuecomment-1744596021
Task:
TokenEntity
CollectionEntity
type TokenEntity @entity { collection: CollectionEntity }
Looks like it's already present
https://github.com/kodadot/stick/blob/f870effae7141dde9668e94dfe771f6fdd7ff596/schema.graphql#L32
Yes it is
so why we cannot use it in the query?
We can and I will
correct, all of the nfts under one collection that share same ipfs URL are a single TokenEntity
Originally posted by @daiagi in https://github.com/kodadot/nft-gallery/issues/7462#issuecomment-1744596021
Task:
TokenEntity
addCollectionEntity