Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Resolver for stats of collection #142

Closed
Jarsen136 opened this issue Feb 18, 2023 · 3 comments · Fixed by #170
Closed

Resolver for stats of collection #142

Jarsen136 opened this issue Feb 18, 2023 · 3 comments · Fixed by #170
Assignees

Comments

@Jarsen136
Copy link

Jarsen136 commented Feb 18, 2023

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

@roiLeo
Copy link
Contributor

roiLeo commented Feb 21, 2023

related with #33?

@Jarsen136
Copy link
Author

related with #33?

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

@alko89
Copy link
Contributor

alko89 commented Apr 12, 2023

Think totalCount is already there -> nftCount?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants