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

Feature request: history of an entity #56

Open
cag opened this issue Mar 18, 2020 · 0 comments
Open

Feature request: history of an entity #56

cag opened this issue Mar 18, 2020 · 0 comments

Comments

@cag
Copy link

cag commented Mar 18, 2020

Right now, a query like this is possible already if I want to see how changingField changes on a thing:

{
  b6149422: thing(
    id: "1",
    block: {
      number: 6149422
    }
  ) {
    changingField
  }
  b6149423: thing(
    id: "1",
    block: {
      number: 6149423
    }
  ) {
    changingField
  }
  # ...
}

However, this isn't scalable to a week's worth of time, which would take 40k entries, and could be about a value that changes seldomly.

This feature is about making a way to get the sparse history of an entity with pagination and within a block range.

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

No branches or pull requests

1 participant