Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove scary 'experimental' warning from aggregation docs #5870

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions docs/aggregations.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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",
Expand Down
Loading