File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
195191token_stats (interval : "hour" ,
You can’t perform that action at this time.
0 commit comments