OBJECT
HypervServerEdge
Description
Wrapper around the HypervServer object. This wrapper is used for pagination.
link GraphQL Schema definition
- type HypervServerEdge {
- # String used to identify this edge.
- String! :
- # The actual HypervServer object wrapped by this edge.
- HypervServer! :
- }