OBJECT

VsphereVirtualDiskEdge

Description

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

link GraphQL Schema definition

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