OBJECT

VsphereResourcePoolPhysicalChildTypeEdge

Description

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

link GraphQL Schema definition

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