-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Apply genart filter for Collections on koda.art #10991
Comments
This is available only on
|
Yes, please add it. |
make sure u are using v14 it is there
|
Which are the cases you would need that for |
Display the correct stats of account, which only shows the stats related to genart.
On items explore page, filter nfts that is related to genart maybe. |
you can apply it from the collection {
obtained: nftEntitiesConnection(where: {currentOwner_eq: $id, burned_eq: false, metadata_not_eq: "", issuer_not_in: $denyList, collection: {kind_eq: genart}}, orderBy: name_ASC) {
totalCount
}
}
|
Oh, I see. That's a good idea. |
On the items explore page in ahp network, it's using |
linking #10763 |
Let me know if you have graphql links for testing other networks. like ahp: https://ahp.gql.api.kodadot.xyz/ -> https://kodadot.squids.live/speck/v/v14/graphql |
mnt should be updated, base had some issues. |
I've tried - kodadot/stick#308 |
Still trying to fix stick |
Also @Jarsen136
|
|
cc @vikiival |
Can you please try to fix the SQL query by opening PR? You do not need to index it :) |
@Jarsen136 need any help/input from my side? |
Yes.
|
https://kodadot.squids.live/stick/v/v12/graphql
|
Look like there are still some issues on ahk @vikiival |
Yes this is related to the fact that no drops contain genart kind now |
Then I would disable art gen mode for ahk network for now, as it defaults on. |
Is your feature request related to a problem?
Currently we see the all collections on Polkadot assethub in koda.art platform.
This is not nice because we would like to see only genart
Describe the solution you would like
if you visit
(subdomain).koda.art
there should be a default filter applied for collection explore{ kind_eq: genart }
Describe alternatives you have considered
I have considered to add this also to NFTentities
lmk @kodadot/internal-dev
Also this could be added as optional to existing queries so lmk if you need help with that
Screenshots
Are there opened related issues?
The text was updated successfully, but these errors were encountered: