MissedSnapshotGroupBy
Missed Snapshot data with groupby info applied to it.
Fields
| Field | Type | Description |
|---|---|---|
| groupByInfo | MissedSnapshotGroupByInfo! | The data groupby info. |
| missedSnapshotConnection | MissedSnapshotCommonConnection! | Paginated missed snapshot data. |
| missedSnapshotGroupBy | [MissedSnapshotGroupBy!]! | Provides further groupings for the data. |
Field Arguments
| Field | Argument | Type | Description |
|---|---|---|---|
| missedSnapshotConnection | first | Int | Returns the first n elements from the list. |
| missedSnapshotConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| missedSnapshotConnection | sortOrder | SortOrder | Sorts the order of results. |
| missedSnapshotConnection | sortBy | MissedSnapshotSortByEnum | Sorts snapshots by field. |
| missedSnapshotGroupBy | groupBy (required) | MissedSnapshotGroupByTime! | Group snapshots by field. |
Used By
Referenced by