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