From b8bfd45a8b1fab21a837312a3f24dec87b57cef3 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Wed, 5 Mar 2025 10:42:18 +0100 Subject: [PATCH] docs: Remove scary 'experimental' warning from aggregation docs Also clarify that order by timestamp is only the default since it is now possible to order by other fields --- docs/aggregations.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/aggregations.md b/docs/aggregations.md index 301bb70c659..fafbd4d3305 100644 --- a/docs/aggregations.md +++ b/docs/aggregations.md @@ -1,10 +1,5 @@ # Timeseries and aggregations -**This feature is experimental. We very much encourage users to try this -out, but we might still need to make material changes to what's described -here in a manner that is not backwards compatible. That might require -deleting and redeploying any subgraph that uses the features here.** - _This feature is available from spec version 1.1.0 onwards_ ## Overview @@ -188,8 +183,9 @@ accepts the following arguments: - Optional `timestamp_{gte|gt|lt|lte|eq|in}` filters to restrict the range of timestamps to return. The timestamp to filter by must be a string containing microseconds since the epoch. The value `"1704164640000000"` - corresponds to `2024-01-02T03:04Z`. -- Timeseries are always sorted by `timestamp` and `id` in descending order + corresponds to `2024-01-02T03:04Z` +- Timeseries are sorted by `timestamp` and `id` in descending order by + default ```graphql token_stats(interval: "hour",