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