You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After release 2.1.1, client query rewrites are only required for inserting the probe for block data. Ideally we would remove the error-prone rewrite code in favor of independent queries to indexers for that block data. These queries can be far less frequent than client queries typically are for each subgraph chain.
The text was updated successfully, but these errors were encountered:
This adds a `graph-indexed` header to query responses. The header value contains the block hash, number, and timestamp for the most recently processed block in the subgraph. This avoids the need to rewrite all queries to include `_meta { block { hash number timestamp } }` in either the indexer-service or gateway.
Related: edgeandnode/gateway#900, graphprotocol/indexer-rs#494
After release 2.1.1, client query rewrites are only required for inserting the probe for block data. Ideally we would remove the error-prone rewrite code in favor of independent queries to indexers for that block data. These queries can be far less frequent than client queries typically are for each subgraph chain.
The text was updated successfully, but these errors were encountered: