OBJECT

MissedSnapshotGroupByEdge

Description

Wrapper around the MissedSnapshotGroupBy object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type MissedSnapshotGroupByEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual MissedSnapshotGroupBy object wrapped by this edge.
  • node: MissedSnapshotGroupBy!
  • }