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