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