OBJECT
VsphereProxyVmInfoEdge
Description
Wrapper around the VsphereProxyVmInfo object. This wrapper is used for pagination.
link GraphQL Schema definition
- type VsphereProxyVmInfoEdge {
- # String used to identify this edge.
- String! :
- # The actual VsphereProxyVmInfo object wrapped by this edge.
- VsphereProxyVmInfo! :
- }