We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
TokenEntity
CollectionEntity
type TokenEntity @entity { collection: CollectionEntity }
The text was updated successfully, but these errors were encountered:
Looks like it's already present
https://github.com/kodadot/stick/blob/f870effae7141dde9668e94dfe771f6fdd7ff596/schema.graphql#L32
Sorry, something went wrong.
Yes it is
so why we cannot use it in the query?
We can and I will
No branches or pull requests
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:
TokenEntity
addCollectionEntity
The text was updated successfully, but these errors were encountered: