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