INTERFACE
KubernetesResourceConnectionEdgeInterface
Interface for all KubernetesResourceConnectionEdges
link GraphQL Schema definition
- interface KubernetesResourceConnectionEdgeInterface {
- # Optional cursor to refer to this node
- String :
- # Resource node element available through this edge
- KubernetesResourceInterface! :
- }