edgeandnode / gateway

Graph Gateway
MIT License
8 stars 4 forks source link

remove query rewrites #900

Open Theodus opened 3 months ago

Theodus commented 3 months ago

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.