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