OBJECT

VsphereVmEdge

Description

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

link GraphQL Schema definition

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