OBJECT
PolarisSnapshotGroupByNew
Description
Polaris Snapshot data with groupby info applied to it.
link GraphQL Schema definition
- type PolarisSnapshotGroupByNew {
- # The data groupby info.
- PolarisSnapshotGroupByInfo! :
- # Paginated snapshot data.
- PolarisSnapshotConnection! :
- }
link Require by
- PolarisSnapshotGroupByNewConnectionPaginated list of PolarisSnapshotGroupByNew objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- PolarisSnapshotGroupByNewEdgeWrapper around the PolarisSnapshotGroupByNew object. This wrapper is used for pagination.