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

require block: { number_gte: $minBlock } on subgraph queries, with refetch #208

Open
vibern0 opened this issue Mar 6, 2023 · 0 comments

Comments

@vibern0
Copy link
Contributor

vibern0 commented Mar 6, 2023

https://thegraph.com/docs/en/cookbook/migrating-a-subgraph/#querying-your-subgraph-on-the-decentralized-network

Note: Due to the distributed nature of the network it might be the case that different Indexers have indexed up to different blocks. In order to only receive fresh data you can specify the minimum block an Indexer has to have indexed in order to serve your query with the block: { number_gte: $minBlock } field argument
@vibern0 vibern0 self-assigned this Mar 6, 2023
@vibern0 vibern0 removed their assignment Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant