OBJECT

SnapshotEdge

An edge in a connection.

link GraphQL Schema definition

  • type SnapshotEdge {
  • # The item at the end of the edge
  • node: Snapshot
  • # A cursor for use in pagination
  • cursor: String!
  • }