OBJECT

SapHanaLogSnapshotEdge

Description

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

link GraphQL Schema definition

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