kodadot/snek

Resolver for stats of collection

Jarsen136 opened this issue · 3 comments

Requirement

  • extends collectionEntitiesConnection resolver or provide a new resolver
  • input:
{
    offset
    limit
    where
    orderBy
}
  • output:
{
   volume:  xxx, // Total trading turnover
   highestSale: xxx, // Maximum selling price
   totalCount: xxx     // count of nfts in this colleciton
}

image

related with #33?

related with #33?

They are a little bit related, though, in this issue, we focus on every single one collection stats in the list.

Think totalCount is already there -> nftCount?