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