Skip to content
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

Insight entity #34

Open
vikiival opened this issue Jul 7, 2023 · 0 comments
Open

Insight entity #34

vikiival opened this issue Jul 7, 2023 · 0 comments
Labels
brain Just a brain dump - can close or change soon research

Comments

@vikiival
Copy link
Member

vikiival commented Jul 7, 2023

Current series insight

type Series @entity {
  id: ID!
  issuer: String
  unique: Int!
  uniqueCollectors: Int!
  sold: Int! @index
  total: Int!
  averagePrice: Float
  floorPrice: BigInt
  highestSale: BigInt
  buys: Int
  volume: BigInt
  name: String! @index
  metadata: String
  image: String
  emoteCount: Int
}

we can offload to like Insight entity

@vikiival vikiival added research brain Just a brain dump - can close or change soon labels Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brain Just a brain dump - can close or change soon research
Projects
None yet
Development

No branches or pull requests

1 participant