OBJECT

SapHanaSystemEdge

Description

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

link GraphQL Schema definition

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