INTERFACE

KubernetesResourceConnectionEdgeInterface

Interface for all KubernetesResourceConnectionEdges

link GraphQL Schema definition

  • interface KubernetesResourceConnectionEdgeInterface {
  • # Optional cursor to refer to this node
  • cursor: String
  • # Resource node element available through this edge
  • node: KubernetesResourceInterface!
  • }