OBJECT

K8sClusterDescendantEdge

Description

Wrapper around the K8sClusterDescendant object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type K8sClusterDescendantEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual K8sClusterDescendant object wrapped by this edge.
  • node: K8sClusterDescendant!
  • }