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