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