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.
  • cursor: String!
  • # The actual CdmSnapshotGroupBy object wrapped by this edge.
  • node: CdmSnapshotGroupBy!
  • }