OBJECT

SnapshotSummaryEdge

Description

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

link GraphQL Schema definition

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