Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Collection Entity to TokenEntity #53

Closed
vikiival opened this issue Oct 3, 2023 · 4 comments
Closed

Add Collection Entity to TokenEntity #53

vikiival opened this issue Oct 3, 2023 · 4 comments

Comments

@vikiival
Copy link
Member

vikiival commented Oct 3, 2023

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 kodadot/nft-gallery#7462 (comment)

Task:

  1. To TokenEntity add CollectionEntity
type TokenEntity @entity {
  collection: CollectionEntity
}
@vikiival
Copy link
Member Author

vikiival commented Oct 3, 2023

@daiagi
Copy link

daiagi commented Oct 3, 2023

Yes it is

@vikiival
Copy link
Member Author

vikiival commented Oct 3, 2023

Yes it is

so why we cannot use it in the query?

@daiagi
Copy link

daiagi commented Oct 3, 2023

We can and I will

@vikiival vikiival closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants