OBJECT
PolarisSnapshotGroupByEdge
Description
Wrapper around the PolarisSnapshotGroupBy object. This wrapper is used for pagination.
link GraphQL Schema definition
- type PolarisSnapshotGroupByEdge {
- # String used to identify this edge.
- : String!
- # The actual PolarisSnapshotGroupBy object wrapped by this edge.
- : PolarisSnapshotGroupBy!
- }