OBJECT

NodeTunnelStatusConnection

Description

Support tunnel status of all nodes in a cluster.

link GraphQL Schema definition

  • type NodeTunnelStatusConnection {
  • # List of node tunnel status.
  • data: [NodeTunnelStatus!]!
  • # Whether there are more nodes.
  • hasMore: Boolean
  • # Total number of nodes.
  • total: Long
  • # Next cursor.
  • nextCursor: String
  • }

link Require by