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