OBJECT
MosaicSnapshotGroupByType
Description
Mosaic Snapshot data with group by info applied to it.
link GraphQL Schema definition
- type MosaicSnapshotGroupByType {
- # The data group by info.
- MosaicSnapshotGroupByInfo! :
- # Paginated snapshot data.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # sortOrder: Sorts the order of results.
- # sortBy: Sort mosaic snapshots by field.
- (
- Int, :
- String, :
- Int, :
- String, :
- SortOrder, :
- MosaicSnapshotSortBy :
- ): MosaicSnapshotConnection!
- # Provides further groupings for the data.
- #
- # Arguments
- # groupBy: Group mosaic snapshots by field.
- MosaicSnapshotGroupBy!): [MosaicSnapshotGroupByType!]! ( :
- }
link Require by
- MosaicSnapshotGroupByTypeMosaic Snapshot data with group by info applied to it.
- MosaicSnapshotGroupByTypeConnectionPaginated list of MosaicSnapshotGroupByType objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- MosaicSnapshotGroupByTypeEdgeWrapper around the MosaicSnapshotGroupByType object. This wrapper is used for pagination.