Skip to content

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 last Int Returns the last n elements from the list.
missedSnapshotConnection before String Returns the elements in the list that occur before the specified cursor.
missedSnapshotConnection sortBy MissedSnapshotSortByEnum Sorts snapshots by field.
missedSnapshotConnection sortOrder SortOrder Sorts the order of results.
missedSnapshotGroupBy groupBy (required) MissedSnapshotGroupByTime! Group snapshots by field.

Used By

Referenced by