OBJECT

VsphereVcenterEdge

Description

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

link GraphQL Schema definition

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