We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, a query like this is possible already if I want to see how changingField changes on a thing:
changingField
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, a query like this is possible already if I want to see how
changingField
changes on athing
: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.
The text was updated successfully, but these errors were encountered: