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