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