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