The Graph Time Series Data with Time Travel Queries Learn how to fetch time series data with The Graph's Time Travel Queries. This explanatory post shows how you can keep your subgraphs simple and make efficient, flexible queries to fetch data over
The Graph Ethereum Blocks Subgraph: for Time Travelers The Graph released a new feature called time-travel queries. Here's how it works and how we simplified things with a new subgraph.TL;DR use the Ethereum Blocks Subgraph to pull block numbers
The Graph Bancor Subgraph: 24h Volume The Bancor subgraph stores every swap on the platform. You could iterate through hundreds of thousands of swaps to calculate trading volume. Or, you can use time-travel queries from The Graph.