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