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