Skip to content

MosaicSnapshotGroupByType

Mosaic Snapshot data with group by info applied to it.

Fields

Field Type Description
allSnapshotGroupBys [MosaicSnapshotGroupByType!]! Provides further groupings for the data.
groupByInfo MosaicSnapshotGroupByInfo! The data group by info.
snapshots MosaicSnapshotConnection! Paginated snapshot data.

Field Arguments

Field Argument Type Description
allSnapshotGroupBys groupBy (required) MosaicSnapshotGroupBy! Group mosaic snapshots by field.
snapshots first Int Returns the first n elements from the list.
snapshots after String Returns the elements in the list that occur after the specified cursor.
snapshots last Int Returns the last n elements from the list.
snapshots before String Returns the elements in the list that occur before the specified cursor.
snapshots sortOrder SortOrder Sorts the order of results.
snapshots sortBy MosaicSnapshotSortBy Sort mosaic snapshots by field.

Used By

Referenced by