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.
  • cursor: String!
  • # The actual KubernetesVirtualMachineDisk object wrapped by this edge.
  • node: KubernetesVirtualMachineDisk!
  • }