OBJECT
CdmSnapshotGroupBy
Description
Snapshot data with groupby information applied to it.
link GraphQL Schema definition
- type CdmSnapshotGroupBy {
- # The groupby information applied to the snapshot data.
- CdmSnapshotGroupByInfo! :
- # 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: Sorts snapshots by field.
- (
- Int, :
- String, :
- Int, :
- String, :
- SortOrder, :
- CdmSnapshotSortByEnum :
- ): CdmSnapshotConnection!
- # Provides further groupings for the data.
- #
- # Arguments
- # groupBy: Groups snapshots by field.
- CdmSnapshotGroupByEnum!): [CdmSnapshotGroupBy!]! ( :
- }
link Require by
- CdmSnapshotGroupBySnapshot data with groupby information applied to it.
- CdmSnapshotGroupByConnectionPaginated list of CdmSnapshotGroupBy objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CdmSnapshotGroupByEdgeWrapper around the CdmSnapshotGroupBy object. This wrapper is used for pagination.