kodadot / rubick

Implementation SubSquid indexer for Kusama NFTs
https://github.com/kodadot/rubick
9 stars 15 forks source link

Nft metadata content type #104

Open roiLeo opened 2 years ago

roiLeo commented 2 years ago

This will allow us to more easily filter content types on Kodadot

vikiival commented 2 years ago

metadata entity used to have type (mime type)

query MyQuery {
  metadataEntities(where: {type_isNull: false}) {
    type
  }
}
roiLeo commented 2 years ago

metadata entity used to have type (mime type)

Why it's not anymore?