Skip to content

Commit 982b1c6

Browse files
committed
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
1 parent dfdfba8 commit 982b1c6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/aggregations.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Timeseries and aggregations
22

3-
**This feature is experimental. We very much encourage users to try this
4-
out, but we might still need to make material changes to what's described
5-
here in a manner that is not backwards compatible. That might require
6-
deleting and redeploying any subgraph that uses the features here.**
7-
83
_This feature is available from spec version 1.1.0 onwards_
94

105
## Overview
@@ -188,8 +183,9 @@ accepts the following arguments:
188183
- Optional `timestamp_{gte|gt|lt|lte|eq|in}` filters to restrict the range
189184
of timestamps to return. The timestamp to filter by must be a string
190185
containing microseconds since the epoch. The value `"1704164640000000"`
191-
corresponds to `2024-01-02T03:04Z`.
192-
- Timeseries are always sorted by `timestamp` and `id` in descending order
186+
corresponds to `2024-01-02T03:04Z`
187+
- Timeseries are sorted by `timestamp` and `id` in descending order by
188+
default
193189

194190
```graphql
195191
token_stats(interval: "hour",

0 commit comments

Comments
 (0)