kodadot/nft-gallery

View on GitHub
queries/fragments/nftResources.graphql

Summary

Maintainability
Test Coverage
fragment nftResources on NFTEntity {
  resources {
    id
    thumb
    src
  }
}