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